mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Threading.ThreadPool, including all inherited members.
BindHandle(IntPtr osHandle) | System.Threading.ThreadPool | static |
BindHandle(SafeHandle osHandle) | System.Threading.ThreadPool | static |
GetAvailableThreads(out int workerThreads, out int completionPortThreads) | System.Threading.ThreadPool | static |
GetMaxThreads(out int workerThreads, out int completionPortThreads) | System.Threading.ThreadPool | static |
GetMinThreads(out int workerThreads, out int completionPortThreads) | System.Threading.ThreadPool | static |
QueueUserWorkItem(WaitCallback callBack, object state) | System.Threading.ThreadPool | static |
QueueUserWorkItem(WaitCallback callBack) | System.Threading.ThreadPool | static |
RegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object state, uint millisecondsTimeOutInterval, bool executeOnlyOnce) | System.Threading.ThreadPool | static |
RegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object state, int millisecondsTimeOutInterval, bool executeOnlyOnce) | System.Threading.ThreadPool | static |
RegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object state, long millisecondsTimeOutInterval, bool executeOnlyOnce) | System.Threading.ThreadPool | static |
RegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object state, TimeSpan timeout, bool executeOnlyOnce) | System.Threading.ThreadPool | static |
SetMaxThreads(int workerThreads, int completionPortThreads) | System.Threading.ThreadPool | static |
SetMinThreads(int workerThreads, int completionPortThreads) | System.Threading.ThreadPool | static |
UnsafeQueueNativeOverlapped(NativeOverlapped *overlapped) | System.Threading.ThreadPool | static |
UnsafeQueueUserWorkItem(WaitCallback callBack, object state) | System.Threading.ThreadPool | static |
UnsafeRegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object state, uint millisecondsTimeOutInterval, bool executeOnlyOnce) | System.Threading.ThreadPool | static |
UnsafeRegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object state, int millisecondsTimeOutInterval, bool executeOnlyOnce) | System.Threading.ThreadPool | static |
UnsafeRegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object state, long millisecondsTimeOutInterval, bool executeOnlyOnce) | System.Threading.ThreadPool | static |
UnsafeRegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object state, TimeSpan timeout, bool executeOnlyOnce) | System.Threading.ThreadPool | static |