Method to be called when the application places an incoming message (Invite, Message etc) in an internal queue. This will increment 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 
IncrementThrottleCount
C#
protected internal 
virtual 
void 
IncrementThrottleCount()
Visual C++
protected public:
virtual 
void 
IncrementThrottleCount()
JavaScript
function 
incrementThrottleCount();

See Also