Returns the total depth of all queues, based on a given filter.
Visual Basic Overloads Public Function GetQueueDepth( _ ByVal filter As QueueDepthFilter _ ) As Integer
C# public int GetQueueDepth( QueueDepthFilter filter );
filter A filter indicating incoming messages, outgoing messages, or all messages.
INTEGER - The number of messages that have not been received.
The depth of the queue is the number of messages which have not been received (for example, using the QAManagerBase.GetMessage method), including uncommitted outgoing messages.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |