DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / IDataCollectionEx Class / RefreshAsync<T> Method
The data collection.

In This Topic
    RefreshAsync<T> Method (IDataCollectionEx)
    In This Topic
    Refreshes the data collection.
    Syntax
    'Declaration
     
    Public Shared Function RefreshAsync(Of T As Class)( _
       ByVal dataCollection As IDataCollection(Of T) _
    ) As Task
    public static Task RefreshAsync<T>( 
       IDataCollection<T> dataCollection
    )
    where T: class

    Parameters

    dataCollection
    The data collection.

    Type Parameters

    T
    See Also