dnp3 (.NET API) 1.6.0
Loading...
Searching...
No Matches
dnp3.IFileOperationCallback Interface Reference

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

Detailed Description

Callback interface used when closing a file or writing a block of file data

Member Function Documentation

◆ OnComplete()

void dnp3.IFileOperationCallback.OnComplete ( Nothing  result)

Invoked when the asynchronous operation completes successfully

Parameters
resultIndicates a successful write operation

◆ OnFailure()

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