Class participantsessionassoc
Class that describes the association between a participant and a communications session.
Inherited Members
Namespace: SipRecMetaData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class participantsessionassoc
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
Contains the time that the participant was associated with the communication session.
Declaration
public DateTime associatetime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
associatetimeSpecified
Set this field to true if the associatetime field has been set.
Declaration
public bool associatetimeSpecified { get; set; }
Property Value
Type | Description |
---|---|
bool |
disassociatetime
Contains the time that a participant was disassociated from the communication session.
Declaration
public DateTime disassociatetime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
disassociatetimeSpecified
Set this field to true if the disassociatetime field has been set.
Declaration
public bool disassociatetimeSpecified { get; set; }
Property Value
Type | Description |
---|---|
bool |
param
Contains an array of Participant Session Association Parameters. Note: this is not typically used.
Declaration
public List<participantsessionassocParam> param { get; set; }
Property Value
Type | Description |
---|---|
List<participantsessionassocParam> |
participant_id
This attribute identifies the participant to which this association belongs. This is a GUID byte array encoded as a base64 string.
Declaration
public string participant_id { get; set; }
Property Value
Type | Description |
---|---|
string |
session_id
This attribute identifies the session to which this association belongs. This is a GUID byte array encoded as a base64 string.
Declaration
public string session_id { get; set; }
Property Value
Type | Description |
---|---|
string |