Version

IDataSourceVirtualDataProvider Interface Members

The following tables list the members exposed by IDataSourceVirtualDataProvider.

Public Properties
 NameDescription
 PropertyBatchCompletedGets or sets a callback which is invoked when an batch request has completed.  
 PropertyPageLoadedGets or sets a callback which is invoked when a page is loaded.  
 PropertyPageSizeRequestedGets or sets the desired page size for the provider. This is not necessarily what will be the actual page size.  
Public Methods
 NameDescription
 MethodAddPageRequestAdds a page request for a given page index and priority.  
 MethodCloseCloses the data provider, destroying its pending work.  
 MethodCreateBatchRequestCreate a batch request with the provided changes.  
 MethodRemoveAllPageRequestsRemoves all page requests from the data provider.  
 MethodRemovePageRequestRemoves a page request for a given page index.  
See Also