ManagedConcurrentQueueT Class |
Namespace: FM.IceLink
The ManagedConcurrentQueueT type exposes the following members.
Name | Description | |
---|---|---|
ManagedConcurrentQueueT |
Creates a new ConcurrentQueue.
|
Name | Description | |
---|---|---|
Count |
Gets the amount of items in this queue.
| |
IsEmpty |
Gets true if the queue is empty.
|
Name | Description | |
---|---|---|
Enqueue |
Add the item to the end of the queue.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryDequeue |
Removes and returns the item at the front of the queue.
| |
TryPeek |
Peeks at the first item in the queue.
|