IAzureCosmosDbGetConnectorStateByAlertTypeId Method
Gets the connector state for a specific endpoint.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task<ConnectorStateDto?> GetConnectorStateByAlertTypeId(
Guid companyId,
Guid endpointId,
CancellationToken cancellationToken = default
)
- companyId Guid
- ID of the CompanyDto the endpoint belongs to.
- endpointId Guid
- The ID of the endpoint.
- cancellationToken CancellationToken (Optional)
- Cancellation token.
TaskConnectorStateDtoA
ConnectorStateDto, or
if none was found.