'Declaration
Function EndLoadMoreItems( _ ByVal ar As IAsyncResult, _ ByVal dispatcher As Dispatcher _ ) As UInteger
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.