AsyncExclusiveLock
Represents asynchronous mutually exclusive lock.
Indicates that exclusive lock taken.
public AsyncExclusiveLock()
Enters the lock in exclusive mode asynchronously.
Enters the lock in exclusive mode asynchronously.
Releases previously acquired exclusive lock.
Tries to enter the lock in exclusive mode asynchronously, with an optional time-out.
Tries to enter the lock in exclusive mode asynchronously, with an optional time-out.