INotificationRecipientsSourceGetRecipientsAsync - метод |
Возвращает список получателей уведомления.
Пространство имён:
Tessa.Notices.Sources
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис ValueTask<IReadOnlyList<NotificationRecipient>> GetRecipientsAsync(
INotificationRecipientsSourceParameter recipientSourceParameter,
NotificationEmail email,
INotificationSendContext sendContext,
CancellationToken cancellationToken = default
)
Function GetRecipientsAsync (
recipientSourceParameter As INotificationRecipientsSourceParameter,
email As NotificationEmail,
sendContext As INotificationSendContext,
Optional cancellationToken As CancellationToken = Nothing
) As ValueTask(Of IReadOnlyList(Of NotificationRecipient))
ValueTask<IReadOnlyList<NotificationRecipient^>^> GetRecipientsAsync(
INotificationRecipientsSourceParameter^ recipientSourceParameter,
NotificationEmail^ email,
INotificationSendContext^ sendContext,
CancellationToken cancellationToken = CancellationToken()
)
abstract GetRecipientsAsync :
recipientSourceParameter : INotificationRecipientsSourceParameter *
email : NotificationEmail *
sendContext : INotificationSendContext *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask<IReadOnlyList<NotificationRecipient>>
Параметры
- recipientSourceParameter
- Тип: Tessa.Notices.ParametersINotificationRecipientsSourceParameter
Параметр с данными для получения списка получателей уведомления. - email
- Тип: Tessa.NoticesNotificationEmail
Отправляемое уведомление. - sendContext
- Тип: Tessa.NoticesINotificationSendContext
Контекст отправки уведомления. - cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Объект, посредством которого можно отменить асинхронную задачу.
Возвращаемое значение
Тип:
ValueTaskIReadOnlyListNotificationRecipientСписок получателей уведомления.
См. также