DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection Class / RemoveAsyncOverride Method

In This Topic
    RemoveAsyncOverride Method (C1AdoNetCursorDataCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function RemoveAsyncOverride( _
       ByVal index As Integer, _
       ByVal cancellationToken As CancellationToken _
    ) As Task
    protected virtual Task RemoveAsyncOverride( 
       int index,
       CancellationToken cancellationToken
    )

    Parameters

    index
    cancellationToken
    See Also