ClusterManifestUpdate 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.
Represents an update to the cluster manifest.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public class ClusterManifestUpdate
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type ClusterManifestUpdate = class
Public Class ClusterManifestUpdate
- Inheritance
-
ClusterManifestUpdate
- Attributes
Constructors
ClusterManifestUpdate(MajorMinorVersion, ImmutableDictionary<SiloAddress,GrainManifest>, Boolean) |
Properties
IncludesAllActiveServers |
Gets a value indicating whether this update includes all active servers. |
SiloManifests |
Gets the manifests for each silo in the cluster. |
Version |
Gets the version of this instance. |