Mono Class Library: Overview

System.Threading.ThreadPool: Members

The members of System.Threading.ThreadPool are listed below.

See Also: Inherited members from System.Object

Public Methods

static
BindHandle(IntPtr) : bool
Documentation for this section has not yet been entered.
static
BindHandle(System.Runtime.InteropServices.SafeHandle) : bool
Documentation for this section has not yet been entered.
static
GetAvailableThreads(out int, out int)
Documentation for this section has not yet been entered.
static
GetMaxThreads(out int, out int)
Documentation for this section has not yet been entered.
static
GetMinThreads(out int, out int)
Documentation for this section has not yet been entered.
static
QueueUserWorkItem(WaitCallback) : bool
Documentation for this section has not yet been entered.
static
QueueUserWorkItem(WaitCallback, object) : bool
Documentation for this section has not yet been entered.
static
RegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, int, bool) : RegisteredWaitHandle
Documentation for this section has not yet been entered.
static
RegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, long, bool) : RegisteredWaitHandle
Documentation for this section has not yet been entered.
static
RegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, TimeSpan, bool) : RegisteredWaitHandle
Documentation for this section has not yet been entered.
static
RegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, uint, bool) : RegisteredWaitHandle
Documentation for this section has not yet been entered.
static
SetMaxThreads(int, int) : bool
Documentation for this section has not yet been entered.
static
SetMinThreads(int, int) : bool
Documentation for this section has not yet been entered.
static
UnsafeQueueNativeOverlapped(NativeOverlapped*) : bool
Documentation for this section has not yet been entered.
static
UnsafeQueueUserWorkItem(WaitCallback, object) : bool
Documentation for this section has not yet been entered.
static
UnsafeRegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, int, bool) : RegisteredWaitHandle
Documentation for this section has not yet been entered.
static
UnsafeRegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, long, bool) : RegisteredWaitHandle
Documentation for this section has not yet been entered.
static
UnsafeRegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, TimeSpan, bool) : RegisteredWaitHandle
Documentation for this section has not yet been entered.
static
UnsafeRegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, uint, bool) : RegisteredWaitHandle
Documentation for this section has not yet been entered.