NotificationManagerSendAsync - метод

Метод для отправки уведомления.

Definition

Пространство имён: Tessa.Notices
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public Task<ValidationResult> SendAsync(
	INotificationEmailSourceParameter emailSourceParameter,
	INotificationRecipientsSourceParameter recipientsSourceParameter,
	INotificationSendContext context,
	CancellationToken cancellationToken = default
)

Параметры

emailSourceParameter  INotificationEmailSourceParameter
Параметры для получения уведомления.
recipientsSourceParameter  INotificationRecipientsSourceParameter
Параметры для определения получателей уведомления.
context  INotificationSendContext
Контекст отправки уведомления.
cancellationToken  CancellationToken  (Optional)
Объект, посредством которого можно отменить асинхронную задачу.

Возвращаемое значение

TaskValidationResult
Возвращает результат валидации отправки уведомлений.

Реализации

INotificationManagerSendAsync(INotificationEmailSourceParameter, INotificationRecipientsSourceParameter, INotificationSendContext, CancellationToken)

См. также