IAsyncEnumerable<T>.GetAsyncEnumerator(CancellationToken) Metoda

Definice

Vrátí enumerátor, který asynchronně iteruje kolekcí.

public System.Collections.Generic.IAsyncEnumerator<out T> GetAsyncEnumerator (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsyncEnumerator : System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerator<'T>
Public Function GetAsyncEnumerator (Optional cancellationToken As CancellationToken = Nothing) As IAsyncEnumerator(Of Out T)

Parametry

cancellationToken
CancellationToken

A CancellationToken , který lze použít ke zrušení asynchronní iterace.

Návraty

Enumerátor, který lze použít k asynchronní iteraci prostřednictvím kolekce.

Platí pro