| TcpTextClientEndConnect Method |
Ends a pending asynchronous connection request.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public void EndConnect(
IAsyncResult result
)
Public Sub EndConnect (
result As IAsyncResult
)
public:
void EndConnect(
IAsyncResult^ result
)
member EndConnect :
result : IAsyncResult -> unit
Parameters
- result
- Type: SystemIAsyncResult
Object that stores state information and any user defined data for this asynchronous operation.
See Also