Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for clients (.NET 2.0)

 

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