-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Threading_AsyncLock_AcquireAsync
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Acquires async lock.
Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public Task<IDisposable> AcquireAsync()
VB
Public Function AcquireAsync As Task(Of IDisposable)
F#
member AcquireAsync : unit -> Task<IDisposable>
Type: Task(IDisposable)
A task that returns IDisposable to release the lock.
AsyncLock Class
AcquireAsync Overload
CodeJam.Threading Namespace