C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportRefreshing Interface / RefreshAsync Method
The cancellation token.
RefreshAsync Method (ISupportRefreshing)
In This Topic
Called when the data needs to be refreshed.
Syntax
'Declaration
 
Function RefreshAsync( _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

cancellationToken
The cancellation token.
See Also