StopMonitor Method

Pageflex Server Logging API Reference

Stop the Monitor. Equivilant to MonitorRunning = False. When stopped, the subscribed to messages are still queued up in MSMQ, and will be received once monitoring is started again.

Namespace:  Pageflex.Ur.Logging.API
Assembly:  PFSvr_Monitor (in PFSvr_Monitor.dll) Version: 7.6.0.1105 (10.1105.0.0)

Syntax

C#
public void StopMonitor()
Visual Basic (Declaration)
Public Sub StopMonitor
Visual C++
public:
void StopMonitor()

See Also