[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Rule class
Namespace: NFX.IO.Net.GateAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Rule(
string name,
int order,
GateAction action
)
public Rule(
string name,
int order,
GateAction action
)
Public Sub New (
name As String,
order As Integer,
action As GateAction
)
Public Sub New (
name As String,
order As Integer,
action As GateAction
)
public:
Rule(
String^ name,
int order,
GateAction action
)
public:
Rule(
String^ name,
int order,
GateAction action
)
new :
name : string *
order : int *
action : GateAction -> Rule
new :
name : string *
order : int *
action : GateAction -> Rule