Uiinfrastructure API Docs  
 

ASQueue Members

ASQueue overview

Public Instance Constructors

ASQueue Constructor

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Register 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.
RemoveFromQueue This method removes an item from the queue. There is no need to call RemoveFromQueue() if Register() failed.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

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