Enter a lock to prevent simultaneous updates.
Namespace:
T4.APIAssembly: T4API.20 (in T4API.20.dll)
Syntax
| C# |
|---|
public void EnterLock() |
| Visual Basic (Declaration) |
|---|
Public Sub EnterLock |
| Visual C++ |
|---|
public: void EnterLock() |
Remarks
Locks the Host preventing any updates from the server at all until the lock is released.
Every EnterLock MUST have a corresponding ExitLock.