dnp3 (.NET API) 1.1.0
dnp3.ITimeSyncTaskCallback Interface Reference

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...
 

Detailed Description

Handler for time synchronization tasks

Member Function Documentation

◆ OnComplete()

void dnp3.ITimeSyncTaskCallback.OnComplete ( Nothing  result)

Invoked when the asynchronous operation completes successfully

Parameters
resultResult of the time synchronization task

◆ OnFailure()

void dnp3.ITimeSyncTaskCallback.OnFailure ( TimeSyncError  error)

Invoked when the asynchronous operation fails

Parameters
errorEnumeration indicating which error occurred

The documentation for this interface was generated from the following file: