SemaphoreLight Release Method (Int32)SSH .NET Client Library Documentation
Exits the SemaphoreLight a specified number of times.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public int Release(
	int releaseCount
)

Parameters

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

Return Value

The previous count of the SemaphoreLight.
See Also