AlertProcessingContext Class
Contains all contextual information required during the alert processing.
Namespace: MobileTrack.Common.Models.AlertsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class AlertProcessingContext
- Inheritance
- Object AlertProcessingContext
| 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.
|