ForumViewModelRemoveParticipantsAsync - метод |
Пространство имён:
Tessa.UI.Controls.Forums
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public Task<bool> 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 Boolean)
public:
Task<bool>^ RemoveParticipantsAsync(
Guid topicID,
Guid userID,
IList<Guid>^ participants,
CancellationToken cancellationToken = CancellationToken()
)
member RemoveParticipantsAsync :
topicID : Guid *
userID : Guid *
participants : IList<Guid> *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<bool>
Параметры
- topicID
- Тип: SystemGuid
- userID
- Тип: SystemGuid
- participants
- Тип: System.Collections.GenericIListGuid
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskBooleanСм. также