Aurigma Graphics Mill 5.5 for .NET
LockableObject..::.Unlock Method
Unlocks the object previously locked with method Lock()()().
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Overridable Sub Unlock
C#
public virtual void Unlock()
Implements
Remarks
Every time you call method Lock()()() object becomes unavailable until you call this method (the threads which access locked object are stopped until unlocking). That's why it is extremely important to call this method when you finished working with the object.