Gets the number of output tuples produced by this operator since the previous Snapshot.

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

Return Value

The number of output tuples produced

See Also