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

Handler for command tasks More...

Inherited by dnp3.CommandTaskCallback.

Public Member Functions

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

Detailed Description

Handler for command tasks

Member Function Documentation

◆ OnComplete()

void dnp3.ICommandTaskCallback.OnComplete ( Nothing  result)

Invoked when the asynchronous operation completes successfully

Parameters
resultResult of the command task

◆ OnFailure()

void dnp3.ICommandTaskCallback.OnFailure ( CommandError  error)

Invoked when the asynchronous operation fails

Parameters
errorEnumeration indicating which error occurred

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