The CommsThreadPool type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
BeginShutdown |
Prevent any additional threads from starting. Returns immediately.
| |
EndShutdown |
Prevent any additional threads from starting and return once all existing workers have completed.
| |
EnqueueItem |
Enqueue a callback to the thread pool.
| |
Equals | (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.) | |
GetHashCode | Serves as a hash function for a particular type. (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.) | |
ToString |
Provides a brief string summarisation the state of the thread pool
(Overrides Object ToString .) |
See Also