LoadTestMappingCollection.IAsyncEnumerable<LoadTestMappingResource>.GetAsyncEnumerator Method

Definition

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Implements

Applies to