Class sessionrecordingassoc
This class describes the association between a communication session and a recording session.
Inherited Members
Namespace: SipRecMetaData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class sessionrecordingassoc
  Fields
| Edit this page View SourceAny
Extension point.
Declaration
public List<XmlElement> Any
  Field Value
| Type | Description | 
|---|---|
| List<XmlElement> | 
Properties
| Edit this page View Sourceassociatetime
Time that the communication session was associated with the recording session.
Declaration
public DateTime associatetime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DateTime | 
associatetimeSpecified
Set to true if the associatetime has been set.
Declaration
public bool associatetimeSpecified { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
disassociatetime
Time that communication session was disassociated from the recording session.
Declaration
public DateTime disassociatetime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DateTime | 
disassociatetimeSpecified
Set to true if the disassociatetime fiel has been set.
Declaration
public bool disassociatetimeSpecified { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
session_id
Identifies the communication session. This is a GUID byte array encoded as a base64 string.
Declaration
public string session_id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |