ThreadPoolManager component documentation

ThreadPoolManager Members

ThreadPoolManager overview

Public Static (Shared) Methods

GetAvailableThreads Retrieves the difference between the maximum number of thread pool threads, returned by GetMaxThreads, and the number currently active.
GetMaxThreads Retrieves the number of requests to the thread pool that can be active concurrently
SetMaxThreadsOverloaded. Sets the maximum number of threads in the thread pool.

Public Instance Constructors

ThreadPoolManager ConstructorInitializes a new instance of the ThreadPoolManager class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

ThreadPoolManager Class | Devshock.Tool Namespace