SyncLock statement Ensures that multiple threads do not execute the statement block at the same time. SyncLock .End Synclock ...

SyncLock statement
Ensures that multiple threads do not execute the statement block at the same time.
SyncLock ...End Synclock