Class InvokePolicyAction
This action causes the specified policy routing ruleset to be evaluated. See Sections 3.3.3.2.5 and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class InvokePolicyAction : ActionBase
Constructors
| Edit this page View SourceInvokePolicyAction()
Default constructor.
Declaration
public InvokePolicyAction()
Properties
| Edit this page View SourcepolicyId
MUST exist when “policyType” is “OtherRoutePolicy” and MUST NOT exist otherwise.
Declaration
public string policyId { get; set; }
Property Value
Type | Description |
---|---|
string |
policyQueueName
Name of the queue that the policy applies to.
Declaration
public string policyQueueName { get; set; }
Property Value
Type | Description |
---|---|
string |
policyType
Must be set to one of the following subset of values from the Policy Types Registry Section 10.33 of NENA-STA-010.3. The allowed values are OrginationRoutePolicy, NormalNexthopRoutePolicy and OtherRoutePolicy. Required.
Declaration
public string policyType { get; set; }
Property Value
Type | Description |
---|---|
string |