次の方法で共有


ClusterManifestUpdate クラス

定義

クラスター マニフェストの更新を表します。

[Orleans.GenerateSerializer]
[Orleans.Immutable]
public class ClusterManifestUpdate
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type ClusterManifestUpdate = class
Public Class ClusterManifestUpdate
継承
ClusterManifestUpdate
属性

コンストラクター

ClusterManifestUpdate(MajorMinorVersion, ImmutableDictionary<SiloAddress,GrainManifest>, Boolean)

クラスター マニフェストの更新を表します。

プロパティ

IncludesAllActiveServers

この更新プログラムにすべてのアクティブ なサーバーが含まれているかどうかを示す値を取得します。

SiloManifests

クラスター内の各サイロのマニフェストを取得します。

Version

このインスタンスのバージョンを取得します。

適用対象