Subsystem.EnableMonitorEvents Method

Overload List

 

Name Description

Public method

EnableMonitorEvents (Boolean)

Enables all events, either in the Persistent Event Set or the Transitent Event Set (depending on the value of parameter persistent). If set to true, the events will be enabled in the Persistent Event Set, and the change will not take affect until monitoring is next enabled, otherwise the events will be enabled in the Transient Event Set.

Return Value:
Type: An array specifying the current set of enbled events (either persistent or transient, depending on the value of parameter persistent).

Public method

EnableMonitorEvents (MF_EVENT_KIND, Boolean)

This method enbles the event specified by parameter monitorEvent, either in the Persistent Event Set or the Transitent Event Set (depending on the value of parameter persistent).

Public method

EnableMonitorEvents (MF_EVENT_KIND(), Boolean)

Enables the specified monitoring events, either in the Persistent Event Set or the Transient Event Set, depending on the value of parameter persistent.

See Also: