|  | dnp3 (.NET API) 1.5.2
    | 
Callback interface for any task that expects an empty response More...
Inherited by dnp3.EmptyResponseCallback.
| Public Member Functions | |
| void | OnComplete (Nothing result) | 
| Invoked when the asynchronous operation completes successfully  More... | |
| void | OnFailure (EmptyResponseError error) | 
| Invoked when the asynchronous operation fails  More... | |
Callback interface for any task that expects an empty response
| void dnp3.IEmptyResponseCallback.OnComplete | ( | Nothing | result | ) | 
Invoked when the asynchronous operation completes successfully
| result | Result of operation | 
| void dnp3.IEmptyResponseCallback.OnFailure | ( | EmptyResponseError | error | ) | 
Invoked when the asynchronous operation fails
| error | Enumeration indicating which error occurred |