dnp3 (.NET API) 1.1.0
|
Handler for restart tasks More...
Inherited by dnp3.RestartTaskCallback.
Public Member Functions | |
void | OnComplete (TimeSpan result) |
Invoked when the asynchronous operation completes successfully More... | |
void | OnFailure (RestartError error) |
Invoked when the asynchronous operation fails More... | |
Handler for restart tasks
void dnp3.IRestartTaskCallback.OnComplete | ( | TimeSpan | result | ) |
Invoked when the asynchronous operation completes successfully
result | Result of the restart task |
void dnp3.IRestartTaskCallback.OnFailure | ( | RestartError | error | ) |
Invoked when the asynchronous operation fails
error | Enumeration indicating which error occurred |