Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportConnection Interface / ConnectAsync Method
The cancellation token.

In This Topic
    ConnectAsync Method (ISupportConnection)
    In This Topic
    Connects the collection to the source.
    Syntax
    'Declaration
     
    
    Function ConnectAsync( _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task

    Parameters

    cancellationToken
    The cancellation token.
    See Also