SemaphoreSlim.WaitAsync Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Asynchronously waits to enter the SemaphoreSlim.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Threading.Tasks.TaskA task that will complete when the semaphore has been entered.
Show: