ClusterManifest クラス

定義

クラスターで使用できる型に関する情報。

[Orleans.GenerateSerializer]
[Orleans.Immutable]
[System.Serializable]
public sealed class ClusterManifest
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
[<System.Serializable>]
type ClusterManifest = class
Public NotInheritable Class ClusterManifest
継承
ClusterManifest
属性

コンストラクター

ClusterManifest(MajorMinorVersion, ImmutableDictionary<SiloAddress,GrainManifest>)

ClusterManifest クラスの新しいインスタンスを初期化します。

プロパティ

AllGrainManifests

すべてのグレイン マニフェストを取得します。

Silos

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

Version

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

適用対象