FTPConnectionOnUploaded Method (Byte, String, Int64, Boolean, Exception) |
Note: This API is now obsolete.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.4.0.0
Syntax[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
- Type: SystemByte
- remoteFile
- Type: SystemString
- bytesTransferred
- Type: SystemInt64
- append
- Type: SystemBoolean
- ex
- Type: SystemException
See Also