Version 24.2 (latest)

AsyncVirtualDataSourceProviderWorker Class Properties

For a list of all members of this type, see AsyncVirtualDataSourceProviderWorker members.

Public Properties
 NameDescription
Public PropertyIsRunningGets or sets whether the worker is currently running or not.  
Public PropertyIsShutdownGets or sets whether the worker has been shut down.  
Protected Properties
 NameDescription
Protected PropertyActualCountGets or sets the actual current full count of the records associated with the data provider.  
Protected PropertyActualPageSizeGets or sets the coerced page size that consumers of the data provider should respect.  
Protected PropertyActualSchemaGets or sets the current resolved IDataSourceSchema for the provider.  
Protected PropertyBatchCompletedGets a callback to invoke when a batch request has completed.  
Protected PropertyExecutionContextGets the execution context to synchronize with when reporting on loaded pages.  
Protected PropertyPageLoadedGets a callback to invoke when a page request has finished loading.  
Protected PropertyPopulatedActualPageSizeGets or sets whether ActualPageSize has been populated with a coerced value and should be retained, regardless as to whether non-full pages are seen.  
Protected PropertyTasksGets the currently active set of requests for the worker.  
See Also