Determines whether the specified reaction is currently possible - use this to determine which reactions can be applied.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Function IsReactionPossible ( _ reaction As TransferProblemReaction _ ) As Boolean |
| C# |
|---|
public bool IsReactionPossible( TransferProblemReaction reaction ) |
Parameters
- reaction
- Type: Rebex.IO..::..TransferProblemReaction
Desired reaction.