RealTimeEndpoint.MaximumSessionConnectDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum duration in minutes to wait for final response.
public:
property int MaximumSessionConnectDuration { int get(); void set(int value); };
public int MaximumSessionConnectDuration { get; set; }
member this.MaximumSessionConnectDuration : int with get, set
Public Property MaximumSessionConnectDuration As Integer
Property Value
Exceptions
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.