RoleNameNotificationRecipientsSourceGetRoleIDsAsync - метод
Метод для получения списка идентификаторов ролей - получателей уведомления.
Пространство имён: Tessa.Notices.SourcesСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
protected override ValueTask<IReadOnlyList<Guid>> GetRoleIDsAsync(
INotificationRecipientsSourceParameter recipientSourceParameter,
NotificationEmail email,
INotificationSendContext sendContext,
CancellationToken cancellationToken = default
)
Protected Overrides Function GetRoleIDsAsync (
recipientSourceParameter As INotificationRecipientsSourceParameter,
email As NotificationEmail,
sendContext As INotificationSendContext,
Optional cancellationToken As CancellationToken = Nothing
) As ValueTask(Of IReadOnlyList(Of Guid))
protected:
virtual ValueTask<IReadOnlyList<Guid>^> GetRoleIDsAsync(
INotificationRecipientsSourceParameter^ recipientSourceParameter,
NotificationEmail^ email,
INotificationSendContext^ sendContext,
CancellationToken cancellationToken = CancellationToken()
) override
abstract GetRoleIDsAsync :
recipientSourceParameter : INotificationRecipientsSourceParameter *
email : NotificationEmail *
sendContext : INotificationSendContext *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask<IReadOnlyList<Guid>>
override GetRoleIDsAsync :
recipientSourceParameter : INotificationRecipientsSourceParameter *
email : NotificationEmail *
sendContext : INotificationSendContext *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask<IReadOnlyList<Guid>>
- recipientSourceParameter INotificationRecipientsSourceParameter
- Параметр с данными для получения списка получателей уведомления.
- email NotificationEmail
- Отправляемое уведомление.
- sendContext INotificationSendContext
- Контекст отправки уведомления.
- cancellationToken CancellationToken (Optional)
- Объект, посредством которого можно отменить асинхронную задачу.
ValueTaskIReadOnlyListGuidСписок идентификаторов ролей - получателей уведомления.