Mono Class Library: OverviewSystem.Threading.ThreadPool: Members |
The members of System.Threading.ThreadPool are listed below.
See Also: Inherited members from System.Object
staticBindHandle(IntPtr) : bool Documentation for this section has not yet been entered. staticBindHandle(System.Runtime.InteropServices.SafeHandle) : bool Documentation for this section has not yet been entered. staticGetAvailableThreads(out int, out int) Documentation for this section has not yet been entered. staticGetMaxThreads(out int, out int) Documentation for this section has not yet been entered. staticGetMinThreads(out int, out int) Documentation for this section has not yet been entered. staticQueueUserWorkItem(WaitCallback) : bool Documentation for this section has not yet been entered. staticQueueUserWorkItem(WaitCallback, object) : bool Documentation for this section has not yet been entered. staticRegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, int, bool) : RegisteredWaitHandle Documentation for this section has not yet been entered. staticRegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, long, bool) : RegisteredWaitHandle Documentation for this section has not yet been entered. staticRegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, TimeSpan, bool) : RegisteredWaitHandle Documentation for this section has not yet been entered. staticRegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, uint, bool) : RegisteredWaitHandle Documentation for this section has not yet been entered. staticSetMaxThreads(int, int) : bool Documentation for this section has not yet been entered. staticSetMinThreads(int, int) : bool Documentation for this section has not yet been entered. staticUnsafeQueueNativeOverlapped(NativeOverlapped*) : bool Documentation for this section has not yet been entered. staticUnsafeQueueUserWorkItem(WaitCallback, object) : bool Documentation for this section has not yet been entered. staticUnsafeRegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, int, bool) : RegisteredWaitHandle Documentation for this section has not yet been entered. staticUnsafeRegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, long, bool) : RegisteredWaitHandle Documentation for this section has not yet been entered. staticUnsafeRegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, TimeSpan, bool) : RegisteredWaitHandle Documentation for this section has not yet been entered. staticUnsafeRegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, uint, bool) : RegisteredWaitHandle Documentation for this section has not yet been entered.