Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum duration in minutes to wait for final response.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property MaximumSessionConnectDuration As Integer
Get
Set
'Usage
Dim instance As RealTimeEndpoint
Dim value As Integer
value = instance.MaximumSessionConnectDuration
instance.MaximumSessionConnectDuration = value
public int MaximumSessionConnectDuration { get; set; }
Property Value
Type: System.Int32
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when setting a value out of the expected range. |
Remarks
The value must between 1 and 30 minutes, or 0 to turn off the feature.