CurrentMessageThrottlingCount Property

Get the current count of incoming messages that are waiting in internal queues.

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

Remarks

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.

See Also

Reference

RealTimeServerConnectionManager Class

RealTimeServerConnectionManager Members

Microsoft.Rtc.Signaling Namespace