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

Callback interface for retrieving file info asynchronously More...

Inherited by dnp3.FileInfoCallback.

Public Member Functions

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

Detailed Description

Callback interface for retrieving file info asynchronously

Member Function Documentation

◆ OnComplete()

void dnp3.IFileInfoCallback.OnComplete ( FileInfo  result)

Invoked when the asynchronous operation completes successfully

Parameters
resultInformation about the requested file

◆ OnFailure()

void dnp3.IFileInfoCallback.OnFailure ( FileError  error)

Invoked when the asynchronous operation fails

Parameters
errorEnumeration indicating which error occurred

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