共用方式為


SenderUsernameResourceCollection.IAsyncEnumerable<SenderUsernameResource>.GetAsyncEnumerator 方法

定義

傳回以非同步方式逐一查看集合的列舉程式。

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

參數

cancellationToken
CancellationToken

CancellationToken,可用來取消非同步的反覆項目。

傳回

可用來以非同步方式逐一查看集合的列舉值。

實作

適用於