Class LogEventContainer
Contains a log event as a JWS string.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class LogEventContainer
  Constructors
| Edit this page View SourceLogEventContainer()
Default constructor.
Declaration
public LogEventContainer()
  Fields
| Edit this page View Sourcertsp
RTSP parameters returned from RecMediaStartEvent. MUST be returned if media was recorded.
Declaration
public List<string> rtsp
  Field Value
| Type | Description | 
|---|---|
| List<string> | 
Properties
| Edit this page View SourcelogEvent
A LogEvent in JWS format. Required.
Declaration
public string logEvent { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
logEventId
LogEvent Identifier assigned by the logging service as described in Section 2.1.8. Required.
Declaration
public string logEventId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |