BotCollection.IAsyncEnumerable<BotResource>.GetAsyncEnumerator メソッド

定義

コレクションを非同期に反復処理する列挙子を返します。

System.Collections.Generic.IAsyncEnumerator<Azure.ResourceManager.BotService.BotResource> IAsyncEnumerable<BotResource>.GetAsyncEnumerator (System.Threading.CancellationToken cancellationToken);
abstract member System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.BotService.BotResource>.GetAsyncEnumerator : System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerator<Azure.ResourceManager.BotService.BotResource>
override this.System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.BotService.BotResource>.GetAsyncEnumerator : System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerator<Azure.ResourceManager.BotService.BotResource>
Function GetAsyncEnumerator (cancellationToken As CancellationToken) As IAsyncEnumerator(Of BotResource) Implements IAsyncEnumerable(Of BotResource).GetAsyncEnumerator

パラメーター

cancellationToken
CancellationToken

非同期イテレーションをキャンセルするのに使用できる CancellationToken

戻り値

コレクションを非同期に反復処理するために使用できる列挙子。

実装

適用対象