ForumViewModelAddParticipantsAsync - метод |
Пространство имён:
Tessa.UI.Controls.Forums
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public Task AddParticipantsAsync(
Guid topicID,
ParticipantModel patricipant,
CancellationToken cancellationToken = default
)
Public Function AddParticipantsAsync (
topicID As Guid,
patricipant As ParticipantModel,
Optional cancellationToken As CancellationToken = Nothing
) As Task
public:
Task^ AddParticipantsAsync(
Guid topicID,
ParticipantModel^ patricipant,
CancellationToken cancellationToken = CancellationToken()
)
member AddParticipantsAsync :
topicID : Guid *
patricipant : ParticipantModel *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
Параметры
- topicID
- Тип: SystemGuid
- patricipant
- Тип: Tessa.Forums.ModelsParticipantModel
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskСм. также