[]
        
(Showing Draft Content)

C1.DataCollection.C1VirtualDataCollection-1.RefreshAsync

RefreshAsync Method

RefreshAsync(CancellationToken)

Removes the cached data and loads the whole collection from scratch.

Declaration
public Task RefreshAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task
Implements