RealTimeServerConnectionManager.CurrentMessageThrottlingCount Property
Get the current count of incoming messages (Invite, page mode messages, in-dialog messages, etc) that are waiting in internal queues (thread pool queue or session queue) for reporting to the application.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentMessageThrottlingCount As Integer
Get
'Usage
Dim instance As RealTimeServerConnectionManager
Dim value As Integer
value = instance.CurrentMessageThrottlingCount
public int CurrentMessageThrottlingCount { get; }
Property Value
Type: System.Int32
See Also
Reference
RealTimeServerConnectionManager Class