RealTimeServerConnectionManager.DefaultOutgoingConnectionTimeout Property

Gets or sets the default outgoing connection timeout value. If the connection is idle for the duration specified by this value, the connection will be disconnected. To disable, the value can be set to TimeSpan.Zero

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

Syntax

'Declaration
Public Property DefaultOutgoingConnectionTimeout As TimeSpan
    Get
    Set
'Usage
Dim instance As RealTimeServerConnectionManager
Dim value As TimeSpan

value = instance.DefaultOutgoingConnectionTimeout

instance.DefaultOutgoingConnectionTimeout = value
public TimeSpan DefaultOutgoingConnectionTimeout { get; set; }

Property Value

Type: System.TimeSpan

Exceptions

Exception Condition
ArgumentOutOfRangeException

The value given is negative.

See Also

Reference

RealTimeServerConnectionManager Class

RealTimeServerConnectionManager Members

Microsoft.Rtc.Signaling Namespace