次の方法で共有


IClusterMembershipService.MembershipUpdates プロパティ

定義

メンバーシップ更新の列挙可能なコレクションを取得します。

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)

プロパティ値

メンバーシップが更新されます。

適用対象