NotificationEmailSourceGetNotificationIDAsync - метод |
Метод для получения идентификатора карточки уведомления из параметров.
Пространство имён:
Tessa.Notices.Sources
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected virtual ValueTask<Guid?> GetNotificationIDAsync(
INotificationEmailSourceParameter emailSourceParameter,
INotificationSendContext sendContext,
CancellationToken cancellationToken = default
)
Protected Overridable Function GetNotificationIDAsync (
emailSourceParameter As INotificationEmailSourceParameter,
sendContext As INotificationSendContext,
Optional cancellationToken As CancellationToken = Nothing
) As ValueTask(Of Guid?)
protected:
virtual ValueTask<Nullable<Guid>> GetNotificationIDAsync(
INotificationEmailSourceParameter^ emailSourceParameter,
INotificationSendContext^ sendContext,
CancellationToken cancellationToken = CancellationToken()
)
abstract GetNotificationIDAsync :
emailSourceParameter : INotificationEmailSourceParameter *
sendContext : INotificationSendContext *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask<Nullable<Guid>>
override GetNotificationIDAsync :
emailSourceParameter : INotificationEmailSourceParameter *
sendContext : INotificationSendContext *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask<Nullable<Guid>>
Параметры
- emailSourceParameter
- Тип: Tessa.Notices.ParametersINotificationEmailSourceParameter
Параметр с данными для получения уведомления. - sendContext
- Тип: Tessa.NoticesINotificationSendContext
Контекст отправки уведомления. - cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Объект, посредством которого можно отменить асинхронную задачу.
Возвращаемое значение
Тип:
ValueTaskNullableGuidИдентификатор картчоки уведомления.
См. также