public void EnterLock()
Public Sub EnterLock
Locks the Host preventing any updates from the server at all until the lock is released.
Every EnterLock MUST have a corresponding ExitLock.
In This Article