C# Class Opc.Ua.Lock

A helper object that can be used in a using() clause to acquire/release a SafeLock.
Inheritance: IDisposable
ファイルを表示 Open project: OPCFoundation/Misc-Tools

Public Methods

Method Description
Dispose ( ) : void

Frees any unmanaged resources.

Lock ( SafeLock safeLock ) : System

Acquires the lock on the SafeLock object.

Private Methods

Method Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

Dispose() public method

Frees any unmanaged resources.
public Dispose ( ) : void
return void

Lock() public method

Acquires the lock on the SafeLock object.
public Lock ( SafeLock safeLock ) : System
safeLock SafeLock
return System