DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection 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 CancellationToken _
    ) As Task
    Task RefreshAsync( 
       CancellationToken cancellationToken
    )

    Parameters

    cancellationToken
    The cancellation token.
    See Also