Subsystem.GetTriggersForCustomEvents Method

This method returns an array containing the triggers 1000 custom event kind values (0 to 999) for event kind MF_EVENT_KIND_CUSTOM. The returned array is exactly 1000 elements long. If the Subsystem is not started, this method throws an exception of type RTX64Exception. This method can be called when monitoring is stopped or started. This method is thread-safe and executes atomically across all processes with respect to all other trigger-related methods.

Namespace:  IntervalZero.RTX64.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public SubsystemTriggerKinds[] GetTriggersForCustomEvents()

Return Value

Type: Subsystem.TriggerKinds

Implements

IMonitorSubsystem.GetTriggersForCustomEvents
Exceptions
ExceptionCondition
RTX64Exception Thrown if this method is used without the RTX64 Runtime installed.
See Also