dnp3
0.9.0
|
Functional adapter of ICommandTaskCallback More...
Public Member Functions | |
CommandTaskCallback (Action< CommandResult > action) | |
Functional constructor More... | |
void | OnComplete (CommandResult result) |
Called when the command task reached completion or failed More... | |
Functional adapter of ICommandTaskCallback
|
inline |
Functional constructor
action | Callback to execute |
|
inline |
Called when the command task reached completion or failed
result | Result of the command task |
Implements dnp3.ICommandTaskCallback.