[]
Specifies a calling contract for collections that support refreshing.
public interface ISupportRefreshing
| Name | Description |
|---|---|
| CanRefresh() | Determines whether the collection can be refreshed. |
| RefreshAsync(CancellationToken) | Called when the data needs to be refreshed. |