IConnectorProcessRuleAsync Method

Processes the given alert processing context and returns the result of the processing.

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task<AlertRuleProcessResult> ProcessRuleAsync(
	AlertProcessingContext alertProcessingContext
)

Parameters

alertProcessingContext  AlertProcessingContext
The AlertProcessingContext instance to be processed.

Return Value

TaskAlertRuleProcessResult
The result contains the outcome of the rule evaluation.

See Also