The RTSafeWaitHandle type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| RTSafeWaitHandle |
Initializes a new instance of the IntervalZero.Threading.WaitHandles.RTSafeWaitHandle
class.
|
Methods
| Name | Description | |
|---|---|---|
Marks the handle for releasing and freeing resources. (Inherited from | ||
Manually increments the reference counter on (Inherited from | ||
Returns the value of the (Inherited from | ||
Manually decrements the reference counter on a (Inherited from | ||
Releases all resources used by the (Inherited from | ||
Releases the unmanaged resources used by the (Inherited from | ||
| (Inherited from | ||
Frees all resources associated with the handle. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ReleaseHandle |
Releases the handle
(Overrides | |
Sets the handle to the specified pre-existing handle. (Inherited from | ||
Marks a handle as no longer used. (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Fields
| Name | Description | |
|---|---|---|
Specifies the handle to be wrapped. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
Gets a value indicating whether the handle is closed. (Inherited from | ||
Gets a value that indicates whether the handle is invalid. (Inherited from |
See Also