ComponentOne Xamarin.Android
RefreshAsync Method (ISupportRefreshing)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportRefreshing Interface : RefreshAsync Method
The cancellation token.
Called when the data needs to be refreshed.
Syntax
'Declaration
 
Function RefreshAsync( _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
'Usage
 
Dim instance As ISupportRefreshing
Dim cancellationToken As CancellationToken
Dim value As Task
 
value = instance.RefreshAsync(cancellationToken)

Parameters

cancellationToken
The cancellation token.
See Also

Reference

ISupportRefreshing Interface
ISupportRefreshing Members