Gets the total number of input tuples consumed by this operator since the StreamBase Server was started. If this number is less than the number of tuples enqueued to the input stream, then tuples are being queued up faster than the operator can consume them.

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

Return Value

The number of input tuples consumed

See Also