Open sandboxFocus

Method Acquire

Acquire(TimeSpan, CancellationToken)

Synchronously acquires the lock bound to the current handle.

Declaration
bool Acquire(TimeSpan timeout, CancellationToken cancellationToken)
Parameters
Type Name Description
TimeSpan timeout

Timeout.

CancellationToken cancellationToken

A CancellationToken.

Returns
Type Description
bool

true if the lock was acquired, or false if the operation has timed out before the lock could be acquired.