INotificationManagerSendAsync - метод |
Метод для отправки уведомления.
Пространство имён:
Tessa.Notices
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.Notices.ParametersINotificationEmailSourceParameter
Параметры для получения уведомления. - recipientsSourceParameter
- Тип: Tessa.Notices.ParametersINotificationRecipientsSourceParameter
Параметры для определения получателей уведомления. - context
- Тип: Tessa.NoticesINotificationSendContext
Контекст отправки уведомления. - cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Объект, посредством которого можно отменить асинхронную задачу.
Возвращаемое значение
Тип:
TaskValidationResultВозвращает результат валидации отправки уведомлений.
См. также