The RTWaitHandle type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Close |
Releases all resources held by the current RTSafeWaitHandle.
| |
| Dispose |
Releases all of the resources used by the RTWaitHandle.
| |
| Dispose(Boolean) |
Releases the unmanaged resources used
by the RTWaitHandle, and optionally releases the managed resources.
| |
| (Inherited from | ||
| Finalize |
Finalizes the RTWaitHandle instance.
(Overrides | |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from | ||
| WaitAll( RTSafeWaitHandle ) |
Waits for all the elements in the specified array to receive a signal.
| |
| WaitAll( RTSafeWaitHandle , Int32, Boolean) |
Waits for all the elements in the specified array to receive a signal.
| |
| WaitAny( IntPtr ) |
Waits for any of the elements in the specified array to receive a signal, using a 32-bit signed integer to measure the time interval.
| |
| WaitAny( RTSafeWaitHandle ) |
Waits for any of the elements in the specified array to receive a signal, using a 32-bit signed integer to measure the time interval.
| |
| WaitAny( IntPtr , Int32, Boolean) |
Waits for any of the elements in the specified array to receive a signal, using a 32-bit signed integer to measure the time interval.
| |
| WaitAny( RTSafeWaitHandle , Int32, Boolean) |
Waits for any of the elements in the specified array to receive a signal, using a 32-bit signed integer to measure the time interval.
| |
| WaitOne |
When overridden in a derived class, blocks the current thread until the current | |
| WaitOne(Int32) |
Blocks the current thread until the current System.Threading.WaitHandle receives
a signal.
| |
| WaitOne(TimeSpan) |
Blocks the current thread until the current System.Threading.WaitHandle receives
a signal.
| |
| WaitOne(Int32, Boolean) |
When overridden in a derived class, blocks the current thread until the current | |
| WaitOne(TimeSpan, Boolean) |
Blocks the current thread until the current System.Threading.WaitHandle receives
a signal.
|
Properties
| Name | Description | |
|---|---|---|
| SafeWaitHandle |
Gets or sets the native operating system handle.
|
See Also