![]() |
dnp3 (.NET API) 1.5.2
|
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... | |
Callback interface for retrieving file info asynchronously
void dnp3.IFileInfoCallback.OnComplete | ( | FileInfo | result | ) |
Invoked when the asynchronous operation completes successfully
result | Information about the requested file |
void dnp3.IFileInfoCallback.OnFailure | ( | FileError | error | ) |
Invoked when the asynchronous operation fails
error | Enumeration indicating which error occurred |