ClusterManifest
class
Namespace: Orleans.Metadata
Information about types which are available in the cluster.
[Orleans.GenerateSerializer][Orleans.Immutable]public sealed class ClusterManifestConstructors
ClusterManifest(MajorMinorVersion, ImmutableDictionary<SiloAddress, GrainManifest>)Initializes a new instance of theClusterManifestclass.ClusterManifest(MajorMinorVersion, ImmutableDictionary<SiloAddress, GrainManifest>, ImmutableArray<GrainManifest>)Initializes a new instance of theClusterManifestclass.
Properties
AllGrainManifestsGets all unique grain manifests.SilosGets the manifests for each silo in the cluster.VersionGets the version of this instance.
