ComponentOne FinancialChart for WPF
C1.WPF Namespace / IC1SupportIncrementalLoading Interface / EndLoadMoreItems Method
The asynchronous result returned in BeginLoadMoreItems.
The ui thread dispatcher that will be used to raise NotifyCollectionChanged events.



In This Topic
    EndLoadMoreItems Method
    In This Topic
    Ends the operation to load more items.
    Syntax
    'Declaration
     
    
    Function EndLoadMoreItems( _
       ByVal ar As IAsyncResult, _
       ByVal dispatcher As Dispatcher _
    ) As UInteger
    'Usage
     
    
    Dim instance As IC1SupportIncrementalLoading
    Dim ar As IAsyncResult
    Dim dispatcher As Dispatcher
    Dim value As UInteger
     
    value = instance.EndLoadMoreItems(ar, dispatcher)
    uint EndLoadMoreItems( 
       IAsyncResult ar,
       Dispatcher dispatcher
    )
    uint EndLoadMoreItems( 
       IAsyncResult^ ar,
       Dispatcher^ dispatcher
    ) 

    Parameters

    ar
    The asynchronous result returned in BeginLoadMoreItems.
    dispatcher
    The ui thread dispatcher that will be used to raise NotifyCollectionChanged events.
    See Also