ConfiguredCancelableAsyncEnumerable<T>.Enumerator 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 awaitable 非同步列舉程式,啟用可取消反覆項目和已設定的 await。
public: value class ConfiguredCancelableAsyncEnumerable<T>::Enumerator
public readonly struct ConfiguredCancelableAsyncEnumerable<T>.Enumerator
type ConfiguredCancelableAsyncEnumerable<'T>.Enumerator = struct
Public Structure ConfiguredCancelableAsyncEnumerable(Of T).Enumerator
類型參數
- T
要列舉的值類型。
- 繼承
屬性
Current |
取得集合中位於列舉值目前位置的元素。 |
方法
DisposeAsync() |
非同步執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之由應用程式定義的工作。 |
MoveNextAsync() |
以非同步方式讓列舉程式前進至集合的下個元素。 |