mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Threading.WaitHandle, including all inherited members.
Close() | System.Threading.WaitHandle | virtual |
CreateObjRef(Type requestedType) | System.MarshalByRefObject | virtual |
Dispose(bool explicitDisposing) | System.Threading.WaitHandle | protectedvirtual |
Dispose() | System.Threading.WaitHandle | |
GetLifetimeService() | System.MarshalByRefObject | |
Handle | System.Threading.WaitHandle | |
InitializeLifetimeService() | System.MarshalByRefObject | virtual |
InvalidHandle | System.Threading.WaitHandle | protectedstatic |
MemberwiseClone(bool cloneIdentity) | System.MarshalByRefObject | protected |
SafeWaitHandle | System.Threading.WaitHandle | |
SignalAndWait(WaitHandle toSignal, WaitHandle toWaitOn) | System.Threading.WaitHandle | static |
SignalAndWait(WaitHandle toSignal, WaitHandle toWaitOn, TimeSpan timeout, bool exitContext) | System.Threading.WaitHandle | static |
SignalAndWait(WaitHandle toSignal, WaitHandle toWaitOn, int millisecondsTimeout, bool exitContext) | System.Threading.WaitHandle | static |
WaitAll(WaitHandle[] waitHandles, int millisecondsTimeout, bool exitContext) | System.Threading.WaitHandle | static |
WaitAll(WaitHandle[] waitHandles, TimeSpan timeout, bool exitContext) | System.Threading.WaitHandle | static |
WaitAll(WaitHandle[] waitHandles) | System.Threading.WaitHandle | static |
WaitAll(WaitHandle[] waitHandles, int millisecondsTimeout) | System.Threading.WaitHandle | static |
WaitAll(WaitHandle[] waitHandles, TimeSpan timeout) | System.Threading.WaitHandle | static |
WaitAny(WaitHandle[] waitHandles, int millisecondsTimeout, bool exitContext) | System.Threading.WaitHandle | static |
WaitAny(WaitHandle[] waitHandles, TimeSpan timeout, bool exitContext) | System.Threading.WaitHandle | static |
WaitAny(WaitHandle[] waitHandles, TimeSpan timeout) | System.Threading.WaitHandle | static |
WaitAny(WaitHandle[] waitHandles) | System.Threading.WaitHandle | static |
WaitAny(WaitHandle[] waitHandles, int millisecondsTimeout) | System.Threading.WaitHandle | static |
WaitHandle() | System.Threading.WaitHandle | protected |
WaitOne(int millisecondsTimeout, bool exitContext) | System.Threading.WaitHandle | virtual |
WaitOne(TimeSpan timeout, bool exitContext) | System.Threading.WaitHandle | virtual |
WaitOne() | System.Threading.WaitHandle | virtual |
WaitOne(int millisecondsTimeout) | System.Threading.WaitHandle | virtual |
WaitOne(TimeSpan timeout) | System.Threading.WaitHandle | virtual |
WaitTimeout | System.Threading.WaitHandle |