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

Handler for read tasks More...

Inherited by dnp3.ReadTaskCallback.

Public Member Functions

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

Detailed Description

Handler for read tasks

Member Function Documentation

◆ OnComplete()

void dnp3.IReadTaskCallback.OnComplete ( Nothing  result)

Invoked when the asynchronous operation completes successfully

Parameters
resultResult of the read task

◆ OnFailure()

void dnp3.IReadTaskCallback.OnFailure ( ReadError  error)

Invoked when the asynchronous operation fails

Parameters
errorEnumeration indicating which error occurred

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