Provides queue depth filter values for QAManagerBase.GetQueueDepth(QueueDepthFilter) and QAManagerBase.GetQueueDepth(string,QueueDepthFilter).
Visual Basic Public Enum QueueDepthFilter
C# public enum QueueDepthFilter
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. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |