IAzureCosmosDbCreateAlertRuleProcessResult Method

Logs the result of an alert rule execution to the database.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task CreateAlertRuleProcessResult(
	AlertRuleProcessResultDto result,
	CancellationToken cancellationToken = default
)

Parameters

result  AlertRuleProcessResultDto
The AlertRuleProcessResultDto to be stored.
cancellationToken  CancellationToken  (Optional)
A cancellation token.

Return Value

Task

[Missing <returns> documentation for "M:MobileTrack.DataContainers.Cosmos.IAzureCosmosDb.CreateAlertRuleProcessResult(MobileTrack.Common.Models.Alerts.AlertRuleProcessResultDto,System.Threading.CancellationToken)"]

See Also