ClusterManifestUpdate Class

Definition

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.

Applies to