DispatchQueueT Class |
Namespace: FM.IceLink
The DispatchQueueT type exposes the following members.
| Name | Description | |
|---|---|---|
| DispatchQueueT(Action1T) |
Creates a new instance of the DispatchQueue that will run tasks in serial.
| |
| DispatchQueueT(Function1T, FutureObject) |
Creates a new instance of the DispatchQueue that will run tasks in serial.
|
| Name | Description | |
|---|---|---|
| QueueCount |
Gets the number of items still in the queue.
|
| Name | Description | |
|---|---|---|
| Enqueue |
Enqueues a new item to be run.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| WaitForDrain |
Blocks until the queue is empty.
|