dnp3  0.9.0
Public Member Functions | List of all members
dnp3.RestartTaskCallback Class Reference

Functional adapter of IRestartTaskCallback More...

Inheritance diagram for dnp3.RestartTaskCallback:
dnp3.IRestartTaskCallback

Public Member Functions

 RestartTaskCallback (Action< RestartResult > action)
 Functional constructor More...
 
void OnComplete (RestartResult result)
 Called when the restart task reached completion or failed More...
 

Detailed Description

Functional adapter of IRestartTaskCallback

Constructor & Destructor Documentation

◆ RestartTaskCallback()

dnp3.RestartTaskCallback.RestartTaskCallback ( Action< RestartResult action)
inline

Functional constructor

Parameters
actionCallback to execute

Member Function Documentation

◆ OnComplete()

void dnp3.RestartTaskCallback.OnComplete ( RestartResult  result)
inline

Called when the restart task reached completion or failed

Parameters
resultResult of the restart task

Implements dnp3.IRestartTaskCallback.


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