public void EnterLock( string psTag )
Public Sub EnterLock ( psTag As String )
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