C# Class NeoSmart.Web.ScopedMutex

Inheritance: IDisposable
ファイルを表示 Open project: neosmart/web

Public Methods

Method Description
Dispose ( ) : void
ReleaseMutex ( ) : void
ScopedMutex ( bool initiallyOwned, string name ) : System
ScopedMutex ( string name ) : System
WaitOne ( ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ReleaseMutex() public method

public ReleaseMutex ( ) : void
return void

ScopedMutex() public method

public ScopedMutex ( bool initiallyOwned, string name ) : System
initiallyOwned bool
name string
return System

ScopedMutex() public method

public ScopedMutex ( string name ) : System
name string
return System

WaitOne() public method

public WaitOne ( ) : bool
return bool