The CustomHandlerAlertAction type exposes the following members.

Properties

  NameDescription
Public propertyActionId
Gets the action ID.
(Inherited from AlertAction.)
Public propertyAlertRule
Gets the AlertRule that this AlertAction participates in.
(Inherited from AlertAction.)
Public propertyHandlerName
Gets the handler name.
Public propertyInitiateHandlerOnChangeWithinRange
Gets a value indicating whether to initiate a handler on a change within the alert range.
Public propertyInitiateHandlerOnEnteringRange
Gets a value indicating whether to initiate a handler on entering the alert range.
Public propertyInitiateHandlerOnExitingRange
Gets a value indicating whether to initiate a handler on exiting the alert range.
Public propertyInitiateHandlerOnObservedValueChange
Gets a value indicating whether to initiate a handler on an observed value change the alert range.
Public propertyIsEditable
Gets a value indicating whether this instance is editable.
(Inherited from AlertAction.)
Public propertyTargetId
Gets the target ID. Who the alert action is destined for.
(Inherited from AlertAction.)
Public propertyUserData
Gets the user data to pass to the handler.

See Also