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.
Disposes this lock asynchronously and gracefully.
Releases previously acquired exclusive lock.
Attempts to obtain exclusive lock synchronously without blocking caller thread.
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.