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