Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたフィルターに基づいて、キューの長さを返します。
Public Function GetQueueDepth( ByVal address As String, ByVal filter As QueueDepthFilter ) As Integer
public int GetQueueDepth(string address, QueueDepthFilter filter)
filter 着信メッセージ、送信メッセージ、またはすべてのメッセージを示すフィルター。
address キュー名。
メッセージ数。
QAException クラス エラーが発生した場合にスローされます。
キューの着信の深さは、受信されていない着信メッセージの数です (たとえば、QAManagerBase.GetMessage を使用)。キューの送信の深さは、サーバーに転送されていない送信メッセージ (コミットされていないメッセージを含む) の数です。