DesiredSessionTimerInterval Property

Gets and sets the desired session timer interval for the application, in seconds.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property DesiredSessionTimerInterval As Integer
    Get
    Set
'Usage
Dim instance As SignalingSession
Dim value As Integer

value = instance.DesiredSessionTimerInterval

instance.DesiredSessionTimerInterval = value
public int DesiredSessionTimerInterval { get; set; }

Property Value

Type: System..::..Int32
An int containing the desired interval value.

Remarks

[DesiredSessionTimerInterval] is used only for the initial INVITE or response.

See Also

Reference

SignalingSession Class

SignalingSession Members

Microsoft.Rtc.Signaling Namespace