SftpProblemDetectedEventArgs.Reaction Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9083)
Reaction
Gets the currently selected reaction to the current problem. Inherited from ProblemDetectedEventArgs.
Declaration
public TransferProblemReaction Reaction { get; }
Property Value
Type | Description |
---|---|
TransferProblemReaction | The operation to be performed as the next step of the multi-file operation execution. |