ClusterManifest.Silos Property
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.
Gets the manifests for each silo in the cluster.
[Orleans.Id(1)]
public System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.SiloAddress,Orleans.Metadata.GrainManifest> Silos { get; }
[<Orleans.Id(1)>]
member this.Silos : System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.SiloAddress, Orleans.Metadata.GrainManifest>
Public ReadOnly Property Silos As ImmutableDictionary(Of SiloAddress, GrainManifest)
Property Value
- Attributes