C# Class NeoSmart.Web.ScopedMutex

Inheritance: IDisposable
Afficher le fichier Open project: neosmart/web

Méthodes publiques

Méthode Description
Dispose ( ) : void
ReleaseMutex ( ) : void
ScopedMutex ( bool initiallyOwned, string name ) : System
ScopedMutex ( string name ) : System
WaitOne ( ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ReleaseMutex() public méthode

public ReleaseMutex ( ) : void
Résultat void

ScopedMutex() public méthode

public ScopedMutex ( bool initiallyOwned, string name ) : System
initiallyOwned bool
name string
Résultat System

ScopedMutex() public méthode

public ScopedMutex ( string name ) : System
name string
Résultat System

WaitOne() public méthode

public WaitOne ( ) : bool
Résultat bool