SubscriptionType Enumeration

Pageflex Server Logging API Reference

The type of Subscription. Values can be logically or'ed to Subscribe to multiple types.

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

Syntax

C#
[FlagsAttribute]
public enum SubscriptionType
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration SubscriptionType
Visual C++
[FlagsAttribute]
public enum class SubscriptionType

Members

Member nameDescription
Host
Subscribe to Host messages from all hosts in the cluster.
Task
Subscribe to Task messages for all tasks run on the cluster.

See Also