Rebex FTP for .NET

Ftp.EndGetList Method 

Ends a pending asynchronous operation.

public FtpList EndGetList(
   IAsyncResult asyncResult
);

Parameters

asyncResult
Stores state information for this asynchronous operation as well as any user defined data.

Return Value

An instance of FtpList containing the file list.

See Also

Ftp Class | Rebex.Net Namespace