Click or drag to resize
ImageBaseEnterLock Method
Acquires an exclusive lock.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public void EnterLock()
Remarks
ExitLock must be invoked before other threads waiting on the object will unblock.
See Also