WriterCount Property

Pageflex Server Logging API Reference

Return the number of LogWriters this monitor has subscribed to. A count of 0 indicates that there were no LogWriters to subscribe to, probably because no hosts in the cluster are active.

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

Syntax

C#
public int WriterCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property WriterCount As Integer
Visual C++
public:
property int WriterCount {
	int get ();
}

See Also