CommsThreadPool MethodsNetworkComms.Net Help
The CommsThreadPool type exposes the following members.
Methods

  NameDescription
Public methodBeginShutdown
Prevent any additional threads from starting. Returns immediately.
Public methodEndShutdown
Prevent any additional threads from starting and return once all existing workers have completed.
Public methodEnqueueItem
Enqueue a callback to the thread pool.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToString
Provides a brief string summarisation the state of the thread pool
(Overrides OnlineObject ToString .)
Back to Top
See Also