ConfiguredCancelableAsyncEnumerable<T>.GetAsyncEnumerator 方法

定義

傳回列舉程式,此列舉程式會以非同步方式逐一查看可取消反覆項目集合且已設定等候的集合。

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

傳回

ConfiguredCancelableAsyncEnumerable<T> 類別的列舉程式。

適用於