FTPConnectionOnUploaded(Byte, String, Int64, Boolean, Exception) Method
Note: This API is now obsolete.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
[ObsoleteAttribute("Use OnUploaded(byte[], string, long, bool, Exception)")]
protected virtual void OnUploaded(
byte[] bytes,
string remoteFile,
long bytesTransferred,
bool append,
Exception ex
)
<ObsoleteAttribute("Use OnUploaded(byte[], string, long, bool, Exception)")>
Protected Overridable Sub OnUploaded (
bytes As Byte(),
remoteFile As String,
bytesTransferred As Long,
append As Boolean,
ex As Exception
)
protected:
[ObsoleteAttribute(L"Use OnUploaded(byte[], string, long, bool, Exception)")]
virtual void OnUploaded(
array<unsigned char>^ bytes,
String^ remoteFile,
long long bytesTransferred,
bool append,
Exception^ ex
)
[<ObsoleteAttribute("Use OnUploaded(byte[], string, long, bool, Exception)")>]
abstract OnUploaded :
bytes : byte[] *
remoteFile : string *
bytesTransferred : int64 *
append : bool *
ex : Exception -> unit
[<ObsoleteAttribute("Use OnUploaded(byte[], string, long, bool, Exception)")>]
override OnUploaded :
bytes : byte[] *
remoteFile : string *
bytesTransferred : int64 *
append : bool *
ex : Exception -> unit
Parameters
- bytes Byte
-
- remoteFile String
-
- bytesTransferred Int64
-
- append Boolean
-
- ex Exception
-