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

In This Topic
    DisconnectAsync Method (ISupportConnection)
    In This Topic
    Disconnects the collection from the source.
    Syntax
    'Declaration
     
    Function DisconnectAsync( _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task
    Task DisconnectAsync( 
       CancellationToken cancellationToken
    )

    Parameters

    cancellationToken
    The cancellation token.
    See Also