Plumtree UI Infrastructure API  
 

ASQueue.Register Method 

This method checks whether or not there is space available on the queue. If there is, the registration succeeds and the queue length is incremented. If not, the registration fails and the length remains unchanged. There is no need to call RemoveFromQueue() if registration fails.

public virtual bool Register();

Return Value

boolean true implies success, false implies failure.

See Also

ASQueue Class | com.plumtree.uiinfrastructure.interpreter.filter.utils Namespace