Class ServiceStateChangeLogEvent
Data class for the ServiceStateChangeLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a SIP NOTIFY request is sent or received that indicates a change in service state.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class ServiceStateChangeLogEvent : LogEvent
Constructors
| Edit this page View SourceServiceStateChangeLogEvent()
Default constructor
Declaration
public ServiceStateChangeLogEvent()
Properties
| Edit this page View SourceaffectedServiceIdentifier
Set to the service ID (FQDN) of the service whose state changed. Required.
Declaration
public string affectedServiceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
string |
direction
Must be set to either "incoming" or "outgoing". Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
newSecurityPosture
Set to the new security posture if security posture changed.
Declaration
public string newSecurityPosture { get; set; }
Property Value
Type | Description |
---|---|
string |
newState
Contains the new service state. Required.
Declaration
public string newState { get; set; }
Property Value
Type | Description |
---|---|
string |