ComponentSpace FTP Class Library Reference

RemoteDirectory.EndChange Method 

Completes the specified asynchronous change remote directory operation.

[Visual Basic]
Public Sub EndChange( _
   ByVal asyncResult As IAsyncResult _
)
[C#]
public void EndChange(
   IAsyncResult asyncResult
);

Parameters

asyncResult
The IAsyncResult that identifies the asynchronous change to finish, and from which to retrieve an end result.

Remarks

When the ChangeCompleted event is raised, EndChange completes the operation that was initiated by the BeginChange call.

Exceptions

Exception Type Condition
FtpException Thrown when the change fails.

See Also

RemoteDirectory Class | ComponentSpace.Ftp Namespace