ComponentSpace FTP Class Library Reference

FtpClient.EndGetRemoteSystemInfo Method 

Completes the specified asynchronous get remote system information operation.

[Visual Basic]
Public Function EndGetRemoteSystemInfo( _
   ByVal asyncResult As IAsyncResult _
) As String
[C#]
public string EndGetRemoteSystemInfo(
   IAsyncResult asyncResult
);

Parameters

asyncResult
The IAsyncResult that identifies the asynchronous get remote system information to finish, and from which to retrieve an end result.

Return Value

The remote system's OS information

Remarks

When the GetRemoteSystemInfoCompleted event is raised, EndGetRemoteSystemInfo completes the operation that was initiated by the BeginGetRemoteSystemInfo call.

Exceptions

Exception Type Condition
FtpException Thrown when the get remote system information fails.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace