Subsystem.DisableMonitorEvents Method

Overload List

 

Name Description

Public method

DisableMonitorEvents (Boolean)

Disables 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 disabled in the Persistent Event Set, and the change will not take affect until monitoring is next enabled, otherwise the events will be disabled in the Transient Event Set.

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

Public method

DisableMonitorEvents (MF_EVENT_KIND, Boolean)

This method disables 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

DisableMonitorEvents (MF_EVENT_KIND(), Boolean)

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

See Also: