RtSemaphore.Release Method
Exits the semaphore, returning the previous count.
Namespace:
IntervalZero.MaxRT.wRTOS.RtApi.Threading
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)
Syntax
public int Release()
Return Value
Type: Int32
An integer value representing the count on the semaphore before the Overload:Semaphore.Release method was called.
See Also: