EConcurrent |
The EConcurrentQueueT type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear | Removes all objects from the queue. | |
| Enqueue | Adds an element at the end of the queue. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetEnumerator | Returns an enumerator for a snapshot of the queue. The snapshot is a copy of the current collection; it is safe to enumerate. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToArray | Copies the elements to an array snapshot. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TryDequeue | Attempts to dequeue an element. Returns true if successful. | |
| TryPeek | Attempts to peek the first element without removing it. |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |