IAzureCosmosDbGetConnectorStateByAlertTypeId Method

Gets the connector state for a specific endpoint.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task<ConnectorStateDto?> GetConnectorStateByAlertTypeId(
	Guid companyId,
	Guid endpointId,
	CancellationToken cancellationToken = default
)

Parameters

companyId  Guid
ID of the CompanyDto the endpoint belongs to.
endpointId  Guid
The ID of the endpoint.
cancellationToken  CancellationToken  (Optional)
Cancellation token.

Return Value

TaskConnectorStateDto
A ConnectorStateDto, or if none was found.

See Also