Click or drag to resize
ImageBaseTryEnterLock Method
Attempts to acquire an exclusive lock.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public bool TryEnterLock()

Return Value

Type: Boolean
true if the current thread acquires the lock; otherwise, false.
See Also