C# Class Tp.Core.Lock

Inheritance: ILock
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
Acquire ( ) : void
Lock ( object gate ) : System.Threading
Release ( ) : void

Method Details

Acquire() public méthode

public Acquire ( ) : void
Résultat void

Lock() public méthode

public Lock ( object gate ) : System.Threading
gate object
Résultat System.Threading

Release() public méthode

public Release ( ) : void
Résultat void