Method to be called after the application is notified of the incoming message (Invite, Message etc) that was in internal queue or when it is rejected. 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 
Overridable 
Sub 
DecrementThrottleCount
C#
protected internal 
virtual 
void 
DecrementThrottleCount()
Visual C++
protected public:
virtual 
void 
DecrementThrottleCount()
JavaScript
function 
decrementThrottleCount();

See Also