IForumProviderRemoveParticipantsAsync - метод |
Метод для удаления участников топика
Пространство имён:
Tessa.Forums
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис Task<ForumResponse> RemoveParticipantsAsync(
Guid topicID,
Guid userID,
IList<Guid> participants,
CancellationToken cancellationToken = default
)
Function RemoveParticipantsAsync (
topicID As Guid,
userID As Guid,
participants As IList(Of Guid),
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ForumResponse)
Task<ForumResponse^>^ RemoveParticipantsAsync(
Guid topicID,
Guid userID,
IList<Guid>^ participants,
CancellationToken cancellationToken = CancellationToken()
)
abstract RemoveParticipantsAsync :
topicID : Guid *
userID : Guid *
participants : IList<Guid> *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ForumResponse>
Параметры
- topicID
- Тип: SystemGuid
ID топика - userID
- Тип: SystemGuid
ID пользователя, который удаляет участников - participants
- Тип: System.Collections.GenericIListGuid
список участников - cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskForumResponseВозвращает ForumResponse, в котором при необходимости заполнен ValidationResult
См. также