AlertProcessingContext Class

Contains all contextual information required during the alert processing.

Definition

Namespace: MobileTrack.Common.Models.Alerts
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class AlertProcessingContext
Inheritance
Object    AlertProcessingContext

Constructors

AlertProcessingContextInitializes a new instance of the AlertProcessingContext class

Properties

AlertRuleDto The alert rule being processed.
AlertTypeDto The type of alert rule.
ConnectorState Contains the most current state for the connector used to process the alert rule.
CorrelationId A correlation ID used to trace this processing flow.
Device The device to which the message belongs.
DeviceMessage The message that triggered the alert evaluation.
Environment The environment where the device is located.
Location The location of the device.
TriggeredAtUtc The UTC timestamp when the alert processing was triggered.

See Also