EdgeActionVersionCollection.IAsyncEnumerable<EdgeActionVersionResource>.GetAsyncEnumerator Method

Definition

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Implements

Applies to