AzureCosmosDbGetEndpointsListing Method

Retrieves the listing of available endpoints.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task<BusinessSegmentDto[]> GetEndpointsListing(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

TaskBusinessSegmentDto
Array of BusinessSegmentDto representing the available endpoints.

Implements

IAzureCosmosDbGetEndpointsListing(CancellationToken)

See Also