RealTimeServerConnectionManager.MessageThrottlingHighMark 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 value that controls the high 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 higher than this value, new incoming messages are automatically rejected until the value goes under the lower water mark. To reduce the value below the current lower water mark, the lower water mark value should be changed first. By default, this value is int.MaxValue. If both low and high water mark values are int.MaxValue, water mark checks are disabled.
public:
property int MessageThrottlingHighMark { int get(); void set(int value); };
public int MessageThrottlingHighMark { get; set; }
member this.MessageThrottlingHighMark : int with get, set
Public Property MessageThrottlingHighMark As Integer