DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionViewDataCollection Class / InsertAsync Method

In This Topic
    InsertAsync Method (C1CollectionViewDataCollection)
    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