Gets the maximum numbers of tuples that this queue can currently contain.

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 GetCurrentQueueLength()
Public Function GetCurrentQueueLength As Integer
public:
int GetCurrentQueueLength()

Return Value

The maximum numbers of tuples that this queue can currently contain.

See Also