SftpBatchTransferProblemDetectedEventArgs.IsActionPossible Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
IsActionPossible(SftpBatchTransferAction)
Determines whether the specified action is currently possible - use this to determine whether the Action property can be set to the desired action.
Declaration
public bool IsActionPossible(SftpBatchTransferAction action)
Parameters
Type | Name | Description |
---|---|---|
SftpBatchTransferAction | action | Desired action. |
Returns
Type | Description |
---|---|
Boolean | True if the specified action is possible; false otherwise. |