Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Microsoft
OfficeProPlus
Downloader
AsyncSemaphore
C# Class Microsoft.OfficeProPlus.Downloader.AsyncSemaphore
Exibir arquivo
Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts
Class Usage Examples
Public Methods
Method
Description
AsyncSemaphore
(
int
initialCount
) :
System
Release
( ) :
void
WaitAsync
( ) :
Task
Method Details
AsyncSemaphore()
public
method
public
AsyncSemaphore
(
int
initialCount
) :
System
initialCount
int
return
System
Release()
public
method
public
Release
( ) :
void
return
void
WaitAsync()
public
method
public
WaitAsync
( ) :
Task
return
Task