Method to be called after the application is notified of the incoming message (Invite, Message etc) that was in internal queue. This will decrement the current outstanding count.

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

Syntax

Visual Basic (Declaration)
Protected Friend 
Overrides 
Sub 
DecrementThrottleCount
C#
protected internal 
override 
void 
DecrementThrottleCount()
Visual C++
protected public:
virtual 
void 
DecrementThrottleCount() 
override
JavaScript
function 
decrementThrottleCount();

See Also