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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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