QueueDepthFilter enumeration

Provides queue depth filter values for QAManagerBase.GetQueueDepth(QueueDepthFilter) and QAManagerBase.GetQueueDepth(string,QueueDepthFilter).

Syntax
Visual Basic
Public Enum QueueDepthFilter
C#
public enum QueueDepthFilter
Member name
Member name Description

ALL

Count both incoming and outgoing messages.

INCOMING

Count only incoming messages.

LOCAL

If a queue is specified, count the number of unreceived local messages that are addressed to that queue; otherwise, count the total number of unreceived local messages in the message store, excluding system messages.

OUTGOING

Count only outgoing messages.

See also