RealTimeServerConnectionManager.MessageThrottlingLowMark Property
Gets or sets the value that controls the low water mark limit for outstanding incoming messages (Invite, page mode messages, in-dialog messages, etc) that are maintained in internal queue including thread pool queue and not seen by the application yet. If the current number of outstanding incoming messages is lower than this value, new incoming messages are automatically processed again if they processing was stopped due to high water mark. By default, this value is int.MaxValue. If both low and high water mark values are int.MaxValue, water mark checks are disabled.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property MessageThrottlingLowMark As Integer
Get
Set
'Usage
Dim instance As RealTimeServerConnectionManager
Dim value As Integer
value = instance.MessageThrottlingLowMark
instance.MessageThrottlingLowMark = value
public int MessageThrottlingLowMark { get; set; }
Property Value
Type: System.Int32
See Also
Reference
RealTimeServerConnectionManager Class