INotificationsProviderGetNotificationsAsync - метод

Retrieves notifications directly from the database.

Definition

Пространство имён: Tessa.Notices
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
ValueTask<IReadOnlyList<NotificationEmail>> GetNotificationsAsync(
	CancellationToken cancellationToken = default
)

Параметры

cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

Возвращаемое значение

ValueTaskIReadOnlyListNotificationEmail
Readonly collection of notifications.

См. также