C# Class DeadApp.CustomSemaphore

Show file Open project: pwlodek/CodeGallery

Public Methods

Method Description
CustomSemaphore ( int semVal ) : System
Release ( ) : void
WaitOne ( ) : void

Method Details

CustomSemaphore() public method

public CustomSemaphore ( int semVal ) : System
semVal int
return System

Release() public method

public Release ( ) : void
return void

WaitOne() public method

public WaitOne ( ) : void
return void