INotificationManagerSendAsync - метод
Метод для отправки уведомления.
Пространство имён: Tessa.NoticesСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
Task<ValidationResult> SendAsync(
INotificationEmailSourceParameter emailSourceParameter,
INotificationRecipientsSourceParameter recipientsSourceParameter,
INotificationSendContext context,
CancellationToken cancellationToken = default
)
Function SendAsync (
emailSourceParameter As INotificationEmailSourceParameter,
recipientsSourceParameter As INotificationRecipientsSourceParameter,
context As INotificationSendContext,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ValidationResult)
Task<ValidationResult^>^ SendAsync(
INotificationEmailSourceParameter^ emailSourceParameter,
INotificationRecipientsSourceParameter^ recipientsSourceParameter,
INotificationSendContext^ context,
CancellationToken cancellationToken = CancellationToken()
)
abstract SendAsync :
emailSourceParameter : INotificationEmailSourceParameter *
recipientsSourceParameter : INotificationRecipientsSourceParameter *
context : INotificationSendContext *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ValidationResult>
- emailSourceParameter INotificationEmailSourceParameter
- Параметры для получения уведомления.
- recipientsSourceParameter INotificationRecipientsSourceParameter
- Параметры для определения получателей уведомления.
- context INotificationSendContext
- Контекст отправки уведомления.
- cancellationToken CancellationToken (Optional)
- Объект, посредством которого можно отменить асинхронную задачу.
TaskValidationResultВозвращает результат валидации отправки уведомлений.