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 C++ API Reference » QAManagerBase class

endEnumStorePropertyNames function Next Page

getAllQueueDepth function


Synopsis

qa_int QAManagerBase::getAllQueueDepth(
qa_short filter
)

Parameters
Remarks

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

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

See Also

QueueDepthFilter class.

Returns

The number of messages, or -1 if an error occurs.