Pageable<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Pageable<T>() |
Initializes a new instance of the Pageable<T> class for mocking. |
Pageable<T>(CancellationToken) |
Initializes a new instance of the Pageable<T> class. |
Pageable<T>()
- Source:
- Pageable.cs
Initializes a new instance of the Pageable<T> class for mocking.
protected Pageable ();
Protected Sub New ()
Applies to
Pageable<T>(CancellationToken)
- Source:
- Pageable.cs
Initializes a new instance of the Pageable<T> class.
protected Pageable (System.Threading.CancellationToken cancellationToken);
new Azure.Pageable<'T> : System.Threading.CancellationToken -> Azure.Pageable<'T>
Protected Sub New (cancellationToken As CancellationToken)
Parameters
- cancellationToken
- CancellationToken
The CancellationToken used for requests made while enumerating asynchronously.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET