CancelOperation Method

Cancels the operation specified by OperationId .

Syntax

public void cancelOperation(String operationId);

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 Java Edition - Version 20.0 [Build 8501]