IncrementThrottleCount Method
Increments the current outstanding count.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Friend Overrides Sub IncrementThrottleCount
'Usage
Me.IncrementThrottleCount()
protected internal override void IncrementThrottleCount()
Remarks
Called when the application places an incoming message (Invite, Message etc) in an internal queue.
See Also
Reference
RealTimeServerConnectionManager Class