ComponentSpace FTP Class Library Reference

FtpClient.BeginSendSiteCommand Method (String)

Initiates an asynchronous site command.

[Visual Basic]
Overloads Public Function BeginSendSiteCommand( _
   ByVal arguments As String _
) As IAsyncResult
[C#]
public IAsyncResult BeginSendSiteCommand(
   string arguments
);

Parameters

arguments
The site command arguments.

Return Value

The IAsyncResult that identifies the posted asynchronous request.

Remarks

In asynchronous processing, you use BeginSendSiteCommand to raise the SiteCommandCompleted event when the site command has completed. You complete the operation by calling EndSendSiteCommand.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace | FtpClient.BeginSendSiteCommand Overload List