NotificationsProviderGetNotificationsAsync - метод

Retrivies notifications directly from the database.

Definition

Пространство имён: Tessa.Notices
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public Task<ReadOnlyCollection<NotificationEmail>> GetNotificationsAsync(
	CancellationToken cancellationToken = default
)

Параметры

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

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

TaskReadOnlyCollectionNotificationEmail
Readonly collection of notifications.

Реализации

INotificationsProviderGetNotificationsAsync(CancellationToken)

См. также