Edit

Share via


ClusterManifest Class

Definition

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.

Applies to