System.Threading.Semaphore.Semaphore C# (CSharp) Method

Semaphore() private method

private Semaphore ( SafeWaitHandle handle ) : System.IO
handle SafeWaitHandle
return System.IO
        private Semaphore(SafeWaitHandle handle)
        {
            this.SafeWaitHandle = handle;
        }
        

Same methods

Semaphore::Semaphore ( int initialCount, int maximumCount ) : System.IO
Semaphore::Semaphore ( int initialCount, int maximumCount, string name ) : System.IO
Semaphore::Semaphore ( int initialCount, int maximumCount, string name, bool &createdNew ) : System.IO