Click or drag to resize

RoutingRule Constructor (Int32)

Initializes a new instance of a RoutingRule

Namespace:  SMTPRouter.Models
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public RoutingRule(
	int executionSequence
)

Parameters

executionSequence
Type: SystemInt32
The Priority of the Rule
See Also