'Declaration
Function BeginLoadMoreItems( _ ByVal count As UInteger, _ ByVal callback As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult
'Usage
Dim instance As IC1SupportIncrementalLoading Dim count As UInteger Dim callback As AsyncCallback Dim state As Object Dim value As IAsyncResult value = instance.BeginLoadMoreItems(count, callback, state)
IAsyncResult BeginLoadMoreItems( uint count, AsyncCallback callback, object state )
IAsyncResult^ BeginLoadMoreItems( uint count, AsyncCallback^ callback, Object^ state )
Parameters
- count
- The count of items that will be loaded.
- callback
- The asynchronous callback.
- state
- The state.