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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class AlertProcessingContext
Inheritance
Object    AlertProcessingContext

Constructors

AlertProcessingContextInitializes a new instance of the AlertProcessingContext class

Properties

Company The company where the device belongs to.
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