[]
        
(Showing Draft Content)

C1.DataCollection.ISupportRefreshing

ISupportRefreshing Interface

Specifies a calling contract for collections that support refreshing.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public interface ISupportRefreshing

Methods

Name Description
CanRefresh()

Determines whether the collection can be refreshed.

RefreshAsync(CancellationToken)

Called when the data needs to be refreshed.