C# Class System.Threading.Semaphore

Inheritance: WaitHandle
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
OpenExisting ( string name ) : Semaphore
Release ( ) : int
Release ( int releaseCount ) : int
Semaphore ( SafeWaitHandle handle ) : System.IO
Semaphore ( int initialCount, int maximumCount ) : System.IO
Semaphore ( int initialCount, int maximumCount, string name ) : System.IO
Semaphore ( int initialCount, int maximumCount, string name, bool &createdNew ) : System.IO