Click or drag to resize

ManagedConcurrentQueueT Class

A thread-safe queue.
Inheritance Hierarchy
SystemObject
  FM.IceLinkManagedConcurrentQueueT

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ManagedConcurrentQueueT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Gets the amount of items in this queue.
Public propertyIsEmpty
Gets true if the queue is empty.
Top
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