IAzureCosmosDbGetEventCodesListing Method

Retrieves a simple ID and Label listing of all EventCodeDto's in the database.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task<BusinessSegmentDto[]> GetEventCodesListing(
	IStringLocalizer loc,
	CancellationToken cancellationToken = default
)

Parameters

loc  IStringLocalizer
Localization mechanism
cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

TaskBusinessSegmentDto
Array of BusinessSegmentDto representing the event codes

See Also