![]() |
dnp3 (.NET API) 1.5.2
|
Callback interface for retrieving a directory list More...
Inherited by dnp3.ReadDirectoryCallback.
Public Member Functions | |
| void | OnComplete (System.Collections.Generic.ICollection< 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 a directory list
| void dnp3.IReadDirectoryCallback.OnComplete | ( | System.Collections.Generic.ICollection< FileInfo > | result | ) |
Invoked when the asynchronous operation completes successfully
| result | System.Collections.Generic.ICollection<T> of FileInfo values |
| void dnp3.IReadDirectoryCallback.OnFailure | ( | FileError | error | ) |
Invoked when the asynchronous operation fails
| error | Enumeration indicating which error occurred |