你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DurableTaskPrivateEndpointConnectionCollection.IAsyncEnumerable<DurableTaskPrivateEndpointConnectionResource>.GetAsyncEnumerator Method

Definition

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Implements

Applies to