mscorlib(4.0.0.0) API with additions
System.Threading.WaitHandle Member List

This is the complete list of members for System.Threading.WaitHandle, including all inherited members.

Close()System.Threading.WaitHandlevirtual
CreateObjRef(Type requestedType)System.MarshalByRefObjectvirtual
Dispose(bool explicitDisposing)System.Threading.WaitHandleprotectedvirtual
Dispose()System.Threading.WaitHandle
GetLifetimeService()System.MarshalByRefObject
HandleSystem.Threading.WaitHandle
InitializeLifetimeService()System.MarshalByRefObjectvirtual
InvalidHandleSystem.Threading.WaitHandleprotectedstatic
MemberwiseClone(bool cloneIdentity)System.MarshalByRefObjectprotected
SafeWaitHandleSystem.Threading.WaitHandle
SignalAndWait(WaitHandle toSignal, WaitHandle toWaitOn)System.Threading.WaitHandlestatic
SignalAndWait(WaitHandle toSignal, WaitHandle toWaitOn, TimeSpan timeout, bool exitContext)System.Threading.WaitHandlestatic
SignalAndWait(WaitHandle toSignal, WaitHandle toWaitOn, int millisecondsTimeout, bool exitContext)System.Threading.WaitHandlestatic
WaitAll(WaitHandle[] waitHandles, int millisecondsTimeout, bool exitContext)System.Threading.WaitHandlestatic
WaitAll(WaitHandle[] waitHandles, TimeSpan timeout, bool exitContext)System.Threading.WaitHandlestatic
WaitAll(WaitHandle[] waitHandles)System.Threading.WaitHandlestatic
WaitAll(WaitHandle[] waitHandles, int millisecondsTimeout)System.Threading.WaitHandlestatic
WaitAll(WaitHandle[] waitHandles, TimeSpan timeout)System.Threading.WaitHandlestatic
WaitAny(WaitHandle[] waitHandles, int millisecondsTimeout, bool exitContext)System.Threading.WaitHandlestatic
WaitAny(WaitHandle[] waitHandles, TimeSpan timeout, bool exitContext)System.Threading.WaitHandlestatic
WaitAny(WaitHandle[] waitHandles, TimeSpan timeout)System.Threading.WaitHandlestatic
WaitAny(WaitHandle[] waitHandles)System.Threading.WaitHandlestatic
WaitAny(WaitHandle[] waitHandles, int millisecondsTimeout)System.Threading.WaitHandlestatic
WaitHandle()System.Threading.WaitHandleprotected
WaitOne(int millisecondsTimeout, bool exitContext)System.Threading.WaitHandlevirtual
WaitOne(TimeSpan timeout, bool exitContext)System.Threading.WaitHandlevirtual
WaitOne()System.Threading.WaitHandlevirtual
WaitOne(int millisecondsTimeout)System.Threading.WaitHandlevirtual
WaitOne(TimeSpan timeout)System.Threading.WaitHandlevirtual
WaitTimeoutSystem.Threading.WaitHandle