NotificationRepositoryGetAllItems Method

Get all items from Azure Cosmos.

Definition

Namespace: MobileTrack.DataContainers.Repositories
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task<List<NotificationDto>> GetAllItems(
	AccountDto user,
	int limit,
	CancellationToken cancellationToken
)

Parameters

user  AccountDto
user to get items from
limit  Int32
Number of items to retrieve
cancellationToken  CancellationToken
Cancellation Token, which will be inserted in the Azure Tasks

Return Value

TaskListNotificationDto
List of NotificationDto

See Also