'Declaration Public Function EndSendCustomCommand( _ ByVal asyncResult As IAsyncResult _ ) As String
'Usage Dim instance As AsyncFtpClient Dim asyncResult As IAsyncResult Dim value As String value = instance.EndSendCustomCommand(asyncResult)
public string EndSendCustomCommand( IAsyncResult asyncResult )
Parameters
- asyncResult
- An System.IAsyncResult representing the status of the asynchronous operation.
Return Value
The reply received from the FTP server in response to the custom command.