Class RouteLogEvent
Data class for the RouteLogEvent log event. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class RouteLogEvent : LogEvent
  Constructors
| Edit this page View SourceRouteLogEvent()
Default constructor
Declaration
public RouteLogEvent()
  Properties
| Edit this page View Sourcecause
Cause of the routing decision. Optional.
Declaration
public string cause { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
policyName
Name of the policy that the PRR is part of. Required.
Declaration
public string policyName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
policyType
Type of the policy that the PRR is part of. Required.
Declaration
public string policyType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
ruleId
ID of the PRR that was selected. Required.
Declaration
public string ruleId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
uri
URI of the destination that the call was routed to. Required.
Declaration
public string uri { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |