Edit

Share via


ClusterManifestUpdate.SiloManifests Property

Definition

Gets the manifests for each silo in the cluster.

[Orleans.Id(1)]
public System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.SiloAddress,Orleans.Metadata.GrainManifest> SiloManifests { get; }
[<Orleans.Id(1)>]
member this.SiloManifests : System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.SiloAddress, Orleans.Metadata.GrainManifest>
Public ReadOnly Property SiloManifests As ImmutableDictionary(Of SiloAddress, GrainManifest)

Property Value

Attributes

Applies to