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