DesiredSessionTimerInterval Property

Gets or sets the desired session timer interval of the application.

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 RealTimeEndpoint
Dim value As Integer

value = instance.DesiredSessionTimerInterval

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

Property Value

Type: System..::..Int32

Remarks

This is used only for the initial Invite or Response.

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace