ConnectionThrottlingHighMark Property

Gets or sets the high water mark for all connections.

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

Syntax

'Declaration
Public Property ConnectionThrottlingHighMark As Integer
    Get
    Set
'Usage
Dim instance As RealTimeConnectionManager
Dim value As Integer

value = instance.ConnectionThrottlingHighMark

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

Property Value

Type: System..::..Int32

Exceptions

Exception Condition
ArgumentException

Thrown when the set value is below low water mark.

See Also

Reference

RealTimeConnectionManager Class

RealTimeConnectionManager Members

Microsoft.Rtc.Signaling Namespace