RTSemaphore Class IntervalZero RTX Managed Code
Limits the number of threads that can access a resource, or a particular type of resource, concurrently.
Inheritance Hierarchy

OnlineSystem Object
  RTX.Threading RTWaitHandle
    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 RTSemaphore : RTWaitHandle
See Also