WaitHandle
cs.system.MarshalByRefObject → cs.system.threading.WaitHandle (extern class) → cs.system.diagnostics.Process_ProcessWaitHandle, EventWaitHandle, Mutex
Implements: cs.system.IDisposable
Static Members
InvalidHandle: cs.system.IntPtrWaitTimeout: IntWaitAll(waitHandles: cs.NativeArray<WaitHandle>): Bool| Name | Type |
|---|---|
waitHandles |
cs.NativeArray<WaitHandle> |
| Returns |
|---|
| Bool |
WaitAny(waitHandles: cs.NativeArray<WaitHandle>): Int| Name | Type |
|---|---|
waitHandles |
cs.NativeArray<WaitHandle> |
| Returns |
|---|
| Int |
SignalAndWait(toSignal: WaitHandle, toWaitOn: WaitHandle): Bool| Name | Type |
|---|---|
toSignal |
WaitHandle |
toWaitOn |
WaitHandle |
| Returns |
|---|
| Bool |
Instance Members
SafeWaitHandle: microsoft.win32.safehandles.SafeWaitHandleHandle: cs.system.IntPtrClose(): VoidWaitOne(): Bool| Returns |
|---|
| Bool |
new(): VoidMetadata
| Name | Parameters |
|---|---|
:nativeGen |
- |
:abstract |
- |
:libType |
- |
:csNative |
- |