ForumProviderStrategyRemoveRolesAsync - метод |
Пространство имён:
Tessa.Forums
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public Task<ForumResponse> RemoveRolesAsync(
Guid topicID,
Guid userID,
IList<Guid> roles,
CancellationToken cancellationToken = default
)
Public Function RemoveRolesAsync (
topicID As Guid,
userID As Guid,
roles As IList(Of Guid),
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ForumResponse)
public:
virtual Task<ForumResponse^>^ RemoveRolesAsync(
Guid topicID,
Guid userID,
IList<Guid>^ roles,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract RemoveRolesAsync :
topicID : Guid *
userID : Guid *
roles : IList<Guid> *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ForumResponse>
override RemoveRolesAsync :
topicID : Guid *
userID : Guid *
roles : IList<Guid> *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ForumResponse>
Параметры
- topicID
- Тип: SystemGuid
- userID
- Тип: SystemGuid
- roles
- Тип: System.Collections.GenericIListGuid
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskForumResponseРеализации
IForumProviderRemoveRolesAsync(Guid, Guid, IListGuid, CancellationToken)См. также