ForumViewModelRefreshAsync - метод
Пространство имён: Tessa.UI.Controls.ForumsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public Task<IForumControlContentViewModel> RefreshAsync(
ForumRefreshContext refreshContext,
CancellationToken cancellationToken = default
)
Public Function RefreshAsync (
refreshContext As ForumRefreshContext,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of IForumControlContentViewModel)
public:
Task<IForumControlContentViewModel^>^ RefreshAsync(
ForumRefreshContext^ refreshContext,
CancellationToken cancellationToken = CancellationToken()
)
member RefreshAsync :
refreshContext : ForumRefreshContext *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<IForumControlContentViewModel>
- refreshContext ForumRefreshContext
-
- cancellationToken CancellationToken (Optional)
-
TaskIForumControlContentViewModel