Click or drag to resize

ThreadLoose methods

The ThreadLocker Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberLockNameGlobal Locks an object internally assigned to the transferred name. The entry with the name and object is created beforehand if necessary.
Public MethodStatic MemberTryLockNameGlobal Attempts to lock an object internally assigned to the transferred name and returns true if the block has worked. The entry with the name and object is created beforehand if necessary.
Public MethodStatic MemberUnlockNameGlobal Unlocks an object internally assigned to the transferred name.
Back to the top
See also