RTSemaphore Release Method IntervalZero RTX Managed Code
Exits the semaphore, returning the previous count.

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

Syntax

public int Release()

Return Value

Type: OnlineInt32
An integer value representing the count on the semaphore before the Overload:Semaphore.Release method was called.
See Also