Share via


AsyncSemaphore.EnterAsync Method

Include Protected Members
Include Inherited Members

Requests access to the lock.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method EnterAsync(CancellationToken) Requests access to the lock.
Public method EnterAsync(Int32, CancellationToken) Requests access to the lock.
Public method EnterAsync(TimeSpan, CancellationToken) Requests access to the lock.

Top

See Also

Reference

AsyncSemaphore Class

Microsoft.VisualStudio.Threading Namespace