IClusterMembershipService.MembershipUpdates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.