DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection Class / ReplaceAsyncOverride Method

In This Topic
    ReplaceAsyncOverride Method (C1AdoNetVirtualDataCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function ReplaceAsyncOverride( _
       ByVal index As Integer, _
       ByVal item As Object, _
       ByVal cancellationToken As CancellationToken _
    ) As Task(Of Integer)
    protected virtual Task<int> ReplaceAsyncOverride( 
       int index,
       object item,
       CancellationToken cancellationToken
    )

    Parameters

    index
    item
    cancellationToken
    See Also