MonitorRunning Property

Pageflex Server Logging API Reference

Get/Set the state of the monitor. True to enable monitoring, False to disable monitoring.

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

Syntax

C#
public bool MonitorRunning { get; set; }
Visual Basic (Declaration)
Public Property MonitorRunning As Boolean
Visual C++
public:
property bool MonitorRunning {
	bool get ();
	void set (bool value);
}

See Also