Gets the approximate number of tuples currently in this queue. This number is approximate since there can be multiple threads accessing the queue at the same time.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int MaxQueueLength { get; internal set; }
Public Property MaxQueueLength As Integer
	Get
	Friend Set
public:
property int MaxQueueLength {
	int get ();
	internal: void set (int value);
}

See Also