ComponentSpace FTP Class Library Reference

FtpClient.BeginSendQuoteCommand Method (String)

Initiates an asynchronous quote command.

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

Parameters

command
The arbitrary command text.

Return Value

The IAsyncResult that identifies the posted asynchronous request.

Remarks

In asynchronous processing, you use BeginSendQuoteCommand to raise the QuoteCommandCompleted event when the quote command has completed. You complete the operation by calling EndSendQuoteCommand.

See Also

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