DeferredNotificationManagerSendCoreAsync - метод |
Пространство имён:
Tessa.Notices
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected override Task<ValidationResult> SendCoreAsync(
NotificationEmail notificationEmail,
IEnumerable<NotificationRecipient> recipients,
INotificationSendContext context,
CancellationToken cancellationToken = default
)
Protected Overrides Function SendCoreAsync (
notificationEmail As NotificationEmail,
recipients As IEnumerable(Of NotificationRecipient),
context As INotificationSendContext,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ValidationResult)
protected:
virtual Task<ValidationResult^>^ SendCoreAsync(
NotificationEmail^ notificationEmail,
IEnumerable<NotificationRecipient^>^ recipients,
INotificationSendContext^ context,
CancellationToken cancellationToken = CancellationToken()
) override
abstract SendCoreAsync :
notificationEmail : NotificationEmail *
recipients : IEnumerable<NotificationRecipient> *
context : INotificationSendContext *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ValidationResult>
override SendCoreAsync :
notificationEmail : NotificationEmail *
recipients : IEnumerable<NotificationRecipient> *
context : INotificationSendContext *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ValidationResult>
Параметры
- notificationEmail
- Тип: Tessa.NoticesNotificationEmail
- recipients
- Тип: System.Collections.GenericIEnumerableNotificationRecipient
- context
- Тип: Tessa.NoticesINotificationSendContext
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskValidationResultСм. также