Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Function ( |
Continuation function which implements the timeout logic.
|
|
TimeoutContinuation ( AsyncContinuation asyncContinuation, System.TimeSpan timeout ) : System |
Initializes a new instance of the TimeoutContinuation class.
|
Méthode | Description | |
---|---|---|
ReportExceptionInHandler ( |
||
StopTimer ( ) : void | ||
TimerElapsed ( object state ) : void |
public Function ( |
||
exception | The exception. | |
Résultat | void |
public TimeoutContinuation ( AsyncContinuation asyncContinuation, System.TimeSpan timeout ) : System | ||
asyncContinuation | AsyncContinuation | The asynchronous continuation. |
timeout | System.TimeSpan | The timeout. |
Résultat | System |