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) » QAManagerBase interface

GetQueueDepth method Next Page

GetQueueDepth method


Returns the total depth of all queues, based on a given filter.

Syntax

Visual Basic
Overloads Public Function GetQueueDepth( _
ByVal filter As QueueDepthFilter _
) As Integer

C#
public int GetQueueDepth(
QueueDepthFilter filter
);

Parameters
Return value

The number of messages.

Remarks

The depth of the queue is the number of messages which have not been received (for example, using QAManagerBase.GetMessage).

Exceptions
See also