Gets the current count of incoming messages (Invite, in-dialog messages, etc) that are waiting in internal queues (thread pool queue or conversation queue).

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
CurrentMessageThrottlingCount 
As 
Integer
C#
public 
int 
CurrentMessageThrottlingCount { 
get; }
Visual C++
public:
property 
int 
CurrentMessageThrottlingCount {
	
int 
get ();
}
JavaScript
function get_
currentMessageThrottlingCount();

See Also