C# Class SharpCifs.Util.Sharpen.ReentrantLock

Afficher le fichier Open project: brandonprry/Potato

Méthodes publiques

Méthode Description
Lock ( ) : void
TryLock ( ) : bool
Unlock ( ) : void

Method Details

Lock() public méthode

public Lock ( ) : void
Résultat void

TryLock() public méthode

public TryLock ( ) : bool
Résultat bool

Unlock() public méthode

public Unlock ( ) : void
Résultat void