DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1BindingListDataCollection Class / InsertAsync Method

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

    Parameters

    index
    item
    cancellationToken
    See Also