ProblemDetectedEventArgs.IsReactionPossible Method
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
IsReactionPossible(TransferProblemReaction)
Determines whether the specified reaction is currently possible - use this to determine which reactions can be applied.
Declaration
public bool IsReactionPossible(TransferProblemReaction reaction)
Parameters
Type | Name | Description |
---|---|---|
TransferProblemReaction | reaction | Desired reaction. |
Returns
Type | Description |
---|---|
Boolean | True if the specified reaction is possible; false otherwise. |