RTWaitHandle Class IntervalZero RTX Managed Code
Encapsulates operating system–specific objects that wait for exclusive access to shared resources.
Inheritance Hierarchy

OnlineSystem Object
  RTX.Threading RTWaitHandle
    RTX.Threading RTEventWaitHandle
    RTX.Threading RTMutex
    RTX.Threading RTSemaphore

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

Syntax

public class RTWaitHandle : IDisposable
See Also