Rebex FTP for .NET
Ftp.EndDeleteFile Method
Ends a pending asynchronous delete file operation.
public
void
EndDeleteFile(
IAsyncResult
asyncResult
);
Parameters
asyncResult
Stores state information for this asynchronous operation as well as any user defined data.
See Also
Ftp Class
|
Rebex.Net Namespace