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