Méthode | Description | |
---|---|---|
AsyncManualResetEvent ( ) : System | ||
AsyncManualResetEvent ( bool initialState ) : System | ||
Dispose ( ) : void | ||
Reset ( ) : void | ||
Set ( ) : void | ||
WaitAsync ( System.TimeSpan timeout ) : Task |
public AsyncManualResetEvent ( bool initialState ) : System | ||
initialState | bool | |
Résultat | System |
public WaitAsync ( System.TimeSpan timeout ) : Task |
||
timeout | System.TimeSpan | |
Résultat | Task |