DashboardRepositoryStoreDashboardAsync - метод
Stores dashboard changes.
Пространство имён: Tessa.DashboardsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public Task<DashboardStoreResponse> StoreDashboardAsync(
DashboardStoreRequest dashboardStoreRequest,
ICardFileContentProvider[]? cardFileContentProviders = null,
CancellationToken cancellationToken = default
)
Public Function StoreDashboardAsync (
dashboardStoreRequest As DashboardStoreRequest,
Optional cardFileContentProviders As ICardFileContentProvider() = Nothing,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of DashboardStoreResponse)
public:
virtual Task<DashboardStoreResponse^>^ StoreDashboardAsync(
DashboardStoreRequest^ dashboardStoreRequest,
array<ICardFileContentProvider^>^ cardFileContentProviders = nullptr,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract StoreDashboardAsync :
dashboardStoreRequest : DashboardStoreRequest *
?cardFileContentProviders : ICardFileContentProvider[] *
?cancellationToken : CancellationToken
(* Defaults:
let _cardFileContentProviders = defaultArg cardFileContentProviders null
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<DashboardStoreResponse>
override StoreDashboardAsync :
dashboardStoreRequest : DashboardStoreRequest *
?cardFileContentProviders : ICardFileContentProvider[] *
?cancellationToken : CancellationToken
(* Defaults:
let _cardFileContentProviders = defaultArg cardFileContentProviders null
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<DashboardStoreResponse>
- dashboardStoreRequest DashboardStoreRequest
Dashboard store request.
- cardFileContentProviders ICardFileContentProvider (Optional)
- Widget file contents.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskDashboardStoreResponse
Dashboard store response.
IDashboardRepositoryStoreDashboardAsync(DashboardStoreRequest, ICardFileContentProvider, CancellationToken)