DefaultOutgoingConnectionTimeout Property

Gets or sets the default outgoing connection timeout value.

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.

Remarks

If the connection is idle for the duration specified by this value, the connection is disconnected. To disable, the value can be set to [TimeSpan.Zero].

See Also

Reference

RealTimeServerConnectionManager Class

RealTimeServerConnectionManager Members

Microsoft.Rtc.Signaling Namespace