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

In This Topic
    ReplaceAsync Method (C1AdoNetVirtualDataCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function ReplaceAsync( _
       ByVal index As Integer, _
       ByVal item As Object, _
       ByVal cancellationToken As CancellationToken _
    ) As Task(Of Integer)
    public Task<int> ReplaceAsync( 
       int index,
       object item,
       CancellationToken cancellationToken
    )

    Parameters

    index
    item
    cancellationToken
    See Also