NotificationEmailSourceGetNotificationIDAsync - метод
Метод для получения идентификатора карточки уведомления из параметров.
Пространство имён: Tessa.Notices.SourcesСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 INotificationEmailSourceParameter
- Параметр с данными для получения уведомления.
- sendContext INotificationSendContext
- Контекст отправки уведомления.
- cancellationToken CancellationToken (Optional)
- Объект, посредством которого можно отменить асинхронную задачу.
ValueTaskNullableGuidИдентификатор карточки уведомления.