IForumUserMentionStrategyGetTopicParticipantModelsAsync - метод
Пространство имён: Tessa.Forums.MentionsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
Task<List<ForumUserMentionModel>> GetTopicParticipantModelsAsync(
Guid topicID,
IReadOnlyList<Guid> userIDs,
CancellationToken cancellationToken = default
)
Function GetTopicParticipantModelsAsync (
topicID As Guid,
userIDs As IReadOnlyList(Of Guid),
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of List(Of ForumUserMentionModel))
Task<List<ForumUserMentionModel>^>^ GetTopicParticipantModelsAsync(
Guid topicID,
IReadOnlyList<Guid>^ userIDs,
CancellationToken cancellationToken = CancellationToken()
)
abstract GetTopicParticipantModelsAsync :
topicID : Guid *
userIDs : IReadOnlyList<Guid> *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<List<ForumUserMentionModel>>
- topicID Guid
- Идентификатор обсуждения.
- userIDs IReadOnlyListGuid
- Идентификаторы упомянутых пользователей.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskListForumUserMentionModelСписок участников обсуждения в виде
ForumUserMentionModel.