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

Handler for restart tasks More...

Inherited by dnp3.RestartTaskCallback.

Public Member Functions

void OnComplete (TimeSpan result)
 Invoked when the asynchronous operation completes successfully More...
 
void OnFailure (RestartError error)
 Invoked when the asynchronous operation fails More...
 

Detailed Description

Handler for restart tasks

Member Function Documentation

◆ OnComplete()

void dnp3.IRestartTaskCallback.OnComplete ( TimeSpan  result)

Invoked when the asynchronous operation completes successfully

Parameters
resultResult of the restart task

◆ OnFailure()

void dnp3.IRestartTaskCallback.OnFailure ( RestartError  error)

Invoked when the asynchronous operation fails

Parameters
errorEnumeration indicating which error occurred

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