RTWaitHandle Dispose Method (Boolean) IntervalZero RTX Managed Code
Releases the unmanaged resources used by the RTWaitHandle, and optionally releases the managed resources.

Namespace:  RTX.Threading
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

protected virtual void Dispose(
	bool explicitDisposing
)

Parameters

explicitDisposing
Type: OnlineSystem Boolean
Use true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also