SftpBatchTransferProblemDetectedEventArgs.PossibleActions Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
PossibleActions
Gets a mask of possible actions that can be selected to be performed. ThrowException can always be set. Use the binary 'AND' operator to determine whether a specific action is currently possible or simply call the IsActionPossible(SftpBatchTransferAction) method.
Declaration
public SftpBatchTransferAction PossibleActions { get; }
Property Value
Type | Description |
---|---|
SftpBatchTransferAction | Mask of possible actions. |