ClusterManifest Class
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.
Information about types which are available in the cluster.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
[System.Serializable]
public sealed class ClusterManifest
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
[<System.Serializable>]
type ClusterManifest = class
Public NotInheritable Class ClusterManifest
- Inheritance
-
ClusterManifest
- Attributes
Constructors
ClusterManifest(MajorMinorVersion, ImmutableDictionary<SiloAddress,GrainManifest>) |
Initializes a new instance of the ClusterManifest class. |
Properties
AllGrainManifests |
Gets all grain manifests. |
Silos |
Gets the manifests for each silo in the cluster. |
Version |
Gets the version of this instance. |