NotificationManagerSendCoreAsync - метод
Пространство имён: Tessa.NoticesСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
protected virtual Task<ValidationResult> SendCoreAsync(
NotificationEmail notificationEmail,
IEnumerable<NotificationRecipient> recipients,
INotificationSendContext context,
CancellationToken cancellationToken = default
)
Protected Overridable 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()
)
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 NotificationEmail
-
- recipients IEnumerableNotificationRecipient
-
- context INotificationSendContext
-
- cancellationToken CancellationToken (Optional)
-
TaskValidationResult