FTPConnectionOnDeleted Method
Called when a file deletion operation has completed (though it may have been cancelled).
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected virtual void OnDeleted(
string remoteFile,
bool cancelled,
Exception ex,
DateTime remoteModTime
)
Protected Overridable Sub OnDeleted (
remoteFile As String,
cancelled As Boolean,
ex As Exception,
remoteModTime As DateTime
)
protected:
virtual void OnDeleted(
String^ remoteFile,
bool cancelled,
Exception^ ex,
DateTime remoteModTime
)
abstract OnDeleted :
remoteFile : string *
cancelled : bool *
ex : Exception *
remoteModTime : DateTime -> unit
override OnDeleted :
remoteFile : string *
cancelled : bool *
ex : Exception *
remoteModTime : DateTime -> unit
Parameters
- remoteFile String
- File deleted.
- cancelled Boolean
- true if the operation was cancelled (and the file was not deleted).
- ex Exception
- Exception thrown (if failed)
- remoteModTime DateTime
-