SemaphoreLight public class SemaphoreLight Documentation public int CurrentCount { get; } public SemaphoreLight(int initialCount) public int Release() public int Release(int releaseCount) public void Wait()