Gets the number of tasks on the task queue.

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

Return Value

The number of tasks on the task queue.

See Also