'Declaration
Function BeginLoadMoreItems( _ ByVal count As UInteger, _ ByVal callback As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult
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.