Skip to main content
A newer version of this page is available. .

Other Virtual Sources

  • 2 minutes to read

The How to Use Virtual Sources tutorial demonstrates how to bind to InfiniteAsyncSource. This topic describes other virtual sources’ specificities.

Paged Sources

This section describes how to use the PagedAsyncSource or PagedSource.

Important

The PagedSource is obsolete. Use the PagedAsyncSource instead.

Examples

Specificities

InfiniteSource / PagedSource

This section describes how to use the InfiniteSource or PagedSource.

Important

The InfiniteSource and PagedSource are obsolete. Use the InfiniteAsyncSource and PagedAsyncSource instead.

Examples

In the examples below, a data access object (IssuesContext) emulation is used instead of a web service emulation:

Specificities: