dnp3 (.NET API) 1.5.2
Loading...
Searching...
No Matches
dnp3.IEmptyResponseCallback Interface Reference

Callback interface for any task that expects an empty response More...

Inherited by dnp3.EmptyResponseCallback.

Public Member Functions

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

Detailed Description

Callback interface for any task that expects an empty response

Member Function Documentation

◆ OnComplete()

void dnp3.IEmptyResponseCallback.OnComplete ( Nothing  result)

Invoked when the asynchronous operation completes successfully

Parameters
resultResult of operation

◆ OnFailure()

void dnp3.IEmptyResponseCallback.OnFailure ( EmptyResponseError  error)

Invoked when the asynchronous operation fails

Parameters
errorEnumeration indicating which error occurred

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