Gets the total number of tuples processed 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 GetTotalProcessedTuples()
Public Function GetTotalProcessedTuples As Integer
public:
int GetTotalProcessedTuples()

Return Value

The total number of tuples processed

See Also