ConfiguredCancelableAsyncEnumerable<T>.GetAsyncEnumerator Methode

Definition

Gibt einen Enumerator zurück, der Auflistungen asynchron durchläuft. Dieser Enumerator ermöglicht Iterationen, die abgebrochen werden können, sowie konfigurierte Wartezeiten.

public:
 System::Runtime::CompilerServices::ConfiguredCancelableAsyncEnumerable<T>::Enumerator GetAsyncEnumerator();
public System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable<T>.Enumerator GetAsyncEnumerator ();
member this.GetAsyncEnumerator : unit -> System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable<'T>.Enumerator
Public Function GetAsyncEnumerator () As ConfiguredCancelableAsyncEnumerable(Of T).Enumerator

Gibt zurück

Ein Enumerator für die ConfiguredCancelableAsyncEnumerable<T>-Klasse.

Gilt für: