Gets the total number of input tuples enqueued on this operator's input streams since the StreamBase Server was started.

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

Return Value

The number of tuples ever enqueued

See Also