dnp3 (.NET API) 1.1.0
|
Handler for read tasks More...
Inherited by dnp3.ReadTaskCallback.
Public Member Functions | |
void | OnComplete (Nothing result) |
Invoked when the asynchronous operation completes successfully More... | |
void | OnFailure (ReadError error) |
Invoked when the asynchronous operation fails More... | |
Handler for read tasks
void dnp3.IReadTaskCallback.OnComplete | ( | Nothing | result | ) |
Invoked when the asynchronous operation completes successfully
result | Result of the read task |
void dnp3.IReadTaskCallback.OnFailure | ( | ReadError | error | ) |
Invoked when the asynchronous operation fails
error | Enumeration indicating which error occurred |