NotificationEmailSourceGetEmailAsync - метод |
Возвращает шаблон уведомления, по которому будет формироваться email для пользователя.
Пространство имён:
Tessa.Notices.Sources
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public ValueTask<NotificationEmail> GetEmailAsync(
INotificationEmailSourceParameter emailSourceParameter,
INotificationSendContext sendContext,
CancellationToken cancellationToken = default
)
Public Function GetEmailAsync (
emailSourceParameter As INotificationEmailSourceParameter,
sendContext As INotificationSendContext,
Optional cancellationToken As CancellationToken = Nothing
) As ValueTask(Of NotificationEmail)
public:
virtual ValueTask<NotificationEmail^> GetEmailAsync(
INotificationEmailSourceParameter^ emailSourceParameter,
INotificationSendContext^ sendContext,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract GetEmailAsync :
emailSourceParameter : INotificationEmailSourceParameter *
sendContext : INotificationSendContext *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask<NotificationEmail>
override GetEmailAsync :
emailSourceParameter : INotificationEmailSourceParameter *
sendContext : INotificationSendContext *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask<NotificationEmail>
Параметры
- emailSourceParameter
- Тип: Tessa.Notices.ParametersINotificationEmailSourceParameter
Параметр с данными для получения уведомления. - sendContext
- Тип: Tessa.NoticesINotificationSendContext
Контекст отправки уведомления. - cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Объект, посредством которого можно отменить асинхронную задачу.
Возвращаемое значение
Тип:
ValueTaskNotificationEmailШаблон уведомления.
Реализации
INotificationEmailSourceGetEmailAsync(INotificationEmailSourceParameter, INotificationSendContext, CancellationToken)См. также