ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportRefreshing Interface / RefreshAsync Method
The cancellation token.

In This Topic
    RefreshAsync Method (ISupportRefreshing)
    In This Topic
    Called when the data needs to be refreshed.
    Syntax
    'Declaration
     
    Function RefreshAsync( _
       Optional ByVal cancellationToken As System.Threading.CancellationToken _
    ) As System.Threading.Tasks.Task
    System.Threading.Tasks.Task RefreshAsync( 
       System.Threading.CancellationToken cancellationToken
    )

    Parameters

    cancellationToken
    The cancellation token.
    See Also