Use the UnLockUpdate method to decrease the lock counter's value locked using LockUpdate.

If the lock count is zero, then the Update method is called.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int UnLockUpdate()
Public Function UnLockUpdate As Integer
public:
int UnLockUpdate()

Return Value

Returns the lock count.

See Also