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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0)

Rollback method Next Page

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 nameDescription

ALL

Count both incoming and outgoing messages.

INCOMING

Count only incoming messages.

OUTGOING

Count only outgoing messages.

See also