ISiloPerformanceMetrics.RequestQueueLength 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 long RequestQueueLength { get; }
member this.RequestQueueLength : int64
Public ReadOnly Property RequestQueueLength As Long