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