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

Functional adapter of ICommandTaskCallback More...

Inheritance diagram for dnp3.CommandTaskCallback:
dnp3.ICommandTaskCallback

Public Member Functions

 CommandTaskCallback (Action< CommandResult > action)
 Functional constructor More...
 
void OnComplete (CommandResult result)
 Called when the command task reached completion or failed More...
 

Detailed Description

Functional adapter of ICommandTaskCallback

Constructor & Destructor Documentation

◆ CommandTaskCallback()

dnp3.CommandTaskCallback.CommandTaskCallback ( Action< CommandResult action)
inline

Functional constructor

Parameters
actionCallback to execute

Member Function Documentation

◆ OnComplete()

void dnp3.CommandTaskCallback.OnComplete ( CommandResult  result)
inline

Called when the command task reached completion or failed

Parameters
resultResult of the command task

Implements dnp3.ICommandTaskCallback.


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