ForumViewModelGetMessagesAsync - метод |
Пространство имён:
Tessa.UI.Controls.Forums
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public Task<ForumResponse> GetMessagesAsync(
Guid topicID,
int messagesСount,
int page = -1,
CancellationToken cancellationToken = default
)
Public Function GetMessagesAsync (
topicID As Guid,
messagesСount As Integer,
Optional page As Integer = -1,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ForumResponse)
public:
Task<ForumResponse^>^ GetMessagesAsync(
Guid topicID,
int messagesСount,
int page = -1,
CancellationToken cancellationToken = CancellationToken()
)
member GetMessagesAsync :
topicID : Guid *
messagesСount : int *
?page : int *
?cancellationToken : CancellationToken
(* Defaults:
let _page = defaultArg page -1
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ForumResponse>
Параметры
- topicID
- Тип: SystemGuid
- messagesСount
- Тип: SystemInt32
- page (Optional)
- Тип: SystemInt32
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskForumResponseСм. также