CancelOperation Method

Cancels the operation specified by OperationId .

Syntax

public void CancelOperation(string operationId);
Public Sub CancelOperation(ByVal OperationId As String)

Remarks

When this method is called the Error event will fire and the associated operation's completion event will fire.

For example, if CancelOperation is called for an upload that is in progress, both the Error event and the UploadComplete event will fire.

The SSHPlexOperation associated with the OperationId will be removed from the Operations collection.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 .NET Edition - Version 20.0 [Build 8501]