ApiCollectionCollection.IAsyncEnumerable<ApiCollectionResource>.GetAsyncEnumerator Method

Definition

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Implements

Applies to