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