IAzureCosmosDbGetConnectorStateByAlertTypeId Method
Gets the connector state for a specific endpoint.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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.