![]() |
dnp3 (.NET API) 1.6.0
|
Callback interface used when closing a file or writing a block of file data More...
Inherited by dnp3.FileOperationCallback.
Public Member Functions | |
| void | OnComplete (Nothing result) |
| Invoked when the asynchronous operation completes successfully More... | |
| void | OnFailure (FileError error) |
| Invoked when the asynchronous operation fails More... | |
Callback interface used when closing a file or writing a block of file data
| void dnp3.IFileOperationCallback.OnComplete | ( | Nothing | result | ) |
Invoked when the asynchronous operation completes successfully
| result | Indicates a successful write operation |
| void dnp3.IFileOperationCallback.OnFailure | ( | FileError | error | ) |
Invoked when the asynchronous operation fails
| error | Enumeration indicating which error occurred |