ForumViewModelAddParticipantsAsync - метод
Пространство имён: Tessa.UI.Controls.ForumsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 Guid
-
- patricipant ParticipantModel
-
- cancellationToken CancellationToken (Optional)
-
Task