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.

Return Value

True if the specified reaction is possible; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also