Edit

Share via


IClusterMembershipService.MembershipUpdates Property

Definition

Gets an enumerable collection of membership updates.

public System.Collections.Generic.IAsyncEnumerable<Orleans.Runtime.ClusterMembershipSnapshot> MembershipUpdates { get; }
member this.MembershipUpdates : System.Collections.Generic.IAsyncEnumerable<Orleans.Runtime.ClusterMembershipSnapshot>
Public ReadOnly Property MembershipUpdates As IAsyncEnumerable(Of ClusterMembershipSnapshot)

Property Value

The membership updates.

Applies to