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 InputTuplesDequeuedDelta { get; }
Public ReadOnly Property InputTuplesDequeuedDelta As Integer
	Get
public:
property int InputTuplesDequeuedDelta {
	int get ();
}

See Also