ICorePerformanceMetrics.ReceiveQueueLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
the current size of the receive queue (number of messages that arrived to this silo and are waiting to be dispatched). Captures both remote and local messages from other silos as well as from the clients.
public int ReceiveQueueLength { get; }
member this.ReceiveQueueLength : int
Public ReadOnly Property ReceiveQueueLength As Integer