ReliableStateManager.GetAsyncEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

public Microsoft.ServiceFabric.Data.IAsyncEnumerator<Microsoft.ServiceFabric.Data.IReliableState> GetAsyncEnumerator ();
abstract member GetAsyncEnumerator : unit -> Microsoft.ServiceFabric.Data.IAsyncEnumerator<Microsoft.ServiceFabric.Data.IReliableState>
override this.GetAsyncEnumerator : unit -> Microsoft.ServiceFabric.Data.IAsyncEnumerator<Microsoft.ServiceFabric.Data.IReliableState>
Public Function GetAsyncEnumerator () As IAsyncEnumerator(Of IReliableState)

Returns

An IAsyncEnumerator<T> object that can be used to iterate through the collection.

Implements

Applies to