Method | 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 | |
return | System |
public WaitAsync ( System.TimeSpan timeout ) : Task |
||
timeout | System.TimeSpan | |
return | Task |