Click or drag to resize

ManagedConcurrentQueueT Methods

The ManagedConcurrentQueueT generic type exposes the following members.

Methods
  NameDescription
Public methodEnqueue
Add the item to the end of the queue.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTryDequeue
Removes and returns the item at the front of the queue.
Public methodTryPeek
Peeks at the first item in the queue.
Top
See Also