Condividi tramite


ManagedOpCollection.IAsyncEnumerable<ManagedOpResource>.GetAsyncEnumerator Method

Definition

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Implements

Applies to