Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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