The StreamBaseMonitor type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AddMonitorListener(MonitorListener)
Add a listener for snapshot information.

If the given listener has already been added just return.

Listeners are called in the order in which they were added.

Close()()()()
Close this monitor.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
RemoveMonitorListener(MonitorListener)
Remove a listener that was previously added.
RemoveMonitorListeners()()()()
Remove all listeners.
Run()()()()
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.
Terminate()()()()
Ask the monitor to terminate. Termination will occur after the next snapshot, or after the current snapshot if Terminate() is invoked from within a MonitorListener's SnapshotReceived() method.
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

See Also