Uiinfrastructure API Docs  
 

ASQueue Class

This class implements part of a multi-threaded queue. Currently it only maintains a counter of objects in the queue, but it will eventually be able to optimize identical requests out of the queue.

For a list of all members of this type, see ASQueue Members.

System.Object
   com.plumtree.uiinfrastructure.interpreter.filter.utils.ASQueue

public class ASQueue

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.interpreter.filter.utils

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

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