RTSemaphore Release Method (Int32) 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(
	int releaseCount
)

Parameters

releaseCount
Type: OnlineSystem Int32
releaseCount: The number of times to exit the semaphore.

Return Value

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

See Also