GetSnapshotAsync(DashboardQuery?, CancellationToken) Method

Definition

Assembly PackagingTools.Core.dll

Retrieves the most recent snapshot using the supplied query (optional).

Task<DashboardSnapshot> GetSnapshotAsync(DashboardQuery? query = null, CancellationToken cancellationToken = default(CancellationToken))

Parameters

cancellationToken
CancellationToken

Returns