Gets the number of input tuples consumed by this operator since the previous Snapshot. 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 GetInputTuplesDequeuedDelta()
Public Function GetInputTuplesDequeuedDelta As Integer
public:
int GetInputTuplesDequeuedDelta()

Return Value

The number of tuples consumed

See Also