C# Class Opc.Ua.Lock

A helper object that can be used in a using() clause to acquire/release a SafeLock.
Inheritance: IDisposable
Afficher le fichier Open project: OPCFoundation/Misc-Tools

Méthodes publiques

Méthode Description
Dispose ( ) : void

Frees any unmanaged resources.

Lock ( SafeLock safeLock ) : System

Acquires the lock on the SafeLock object.

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

Dispose() public méthode

Frees any unmanaged resources.
public Dispose ( ) : void
Résultat void

Lock() public méthode

Acquires the lock on the SafeLock object.
public Lock ( SafeLock safeLock ) : System
safeLock SafeLock
Résultat System