Freigeben über


AsyncPageable<T> Konstruktoren

Definition

Überlädt

AsyncPageable<T>()

Initialisiert eine neue instance der AsyncPageable<T> -Klasse zum Mocking.

AsyncPageable<T>(CancellationToken)

Initialisiert eine neue Instanz der AsyncPageable<T>-Klasse.

AsyncPageable<T>()

Quelle:
AsyncPageable.cs

Initialisiert eine neue instance der AsyncPageable<T> -Klasse zum Mocking.

protected AsyncPageable ();
Protected Sub New ()

Gilt für:

AsyncPageable<T>(CancellationToken)

Quelle:
AsyncPageable.cs

Initialisiert eine neue Instanz der AsyncPageable<T>-Klasse.

protected AsyncPageable (System.Threading.CancellationToken cancellationToken);
new Azure.AsyncPageable<'T> : System.Threading.CancellationToken -> Azure.AsyncPageable<'T>
Protected Sub New (cancellationToken As CancellationToken)

Parameter

cancellationToken
CancellationToken

Die, die CancellationToken für Anforderungen verwendet wird, die beim asynchronen Aufzählen vorgenommen werden.

Gilt für: