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

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...
 

Detailed Description

Callback interface for retrieving a directory list

Member Function Documentation

◆ OnComplete()

void dnp3.IReadDirectoryCallback.OnComplete ( System.Collections.Generic.ICollection< FileInfo result)

Invoked when the asynchronous operation completes successfully

Parameters
resultSystem.Collections.Generic.ICollection<T> of FileInfo values

◆ OnFailure()

void dnp3.IReadDirectoryCallback.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: