![]() |
dnp3 (.NET API) 1.5.2
|
Handler for command tasks More...
Inherited by dnp3.CommandTaskCallback.
Public Member Functions | |
| void | OnComplete (Nothing result) |
| Invoked when the asynchronous operation completes successfully More... | |
| void | OnFailure (CommandError error) |
| Invoked when the asynchronous operation fails More... | |
Handler for command tasks
| void dnp3.ICommandTaskCallback.OnComplete | ( | Nothing | result | ) |
Invoked when the asynchronous operation completes successfully
| result | Result of the command task |
| void dnp3.ICommandTaskCallback.OnFailure | ( | CommandError | error | ) |
Invoked when the asynchronous operation fails
| error | Enumeration indicating which error occurred |