Read and process monitor snapshots from sbd. This function will block, and will not return until Terminate is called or the connection to the StreamBase server is disconnected. Any call to Terminate must be either from inside a MonitorListener, or from another thread.

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 void Run()
Public Sub Run
public:
void Run()

See Also