IAzureCosmosDbGetConnectorStateByAlertTypeId Method

Gets the connector state for a specific endpoint.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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