Click or drag to resize
IReceiverSignalMatch Method
If identity of a receiver matches then it can process the incoming message

Namespace: FlexRule.Flows.Workflows.Model
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
bool Match(
	IActiveElementExecutionContext context,
	IReceiverIdentity identity
)

Parameters

context
Type: FlexRuleIActiveElementExecutionContext
The current running context
identity
Type: FlexRule.Flows.Workflows.ModelIReceiverIdentity

Return Value

Type: Boolean
See Also