Plumtree UI Infrastructure API  
 

ASQueue.RemoveFromQueue Method 

This method removes an item from the queue. There is no need to call RemoveFromQueue() if Register() failed.

public virtual bool RemoveFromQueue();

Return Value

boolean true implies success, false implies failure.

See Also

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