ClusterManifest.AllGrainManifests 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 all grain manifests.
[Orleans.Id(2)]
public System.Collections.Immutable.ImmutableArray<Orleans.Metadata.GrainManifest> AllGrainManifests { get; }
[<Orleans.Id(2)>]
member this.AllGrainManifests : System.Collections.Immutable.ImmutableArray<Orleans.Metadata.GrainManifest>
Public ReadOnly Property AllGrainManifests As ImmutableArray(Of GrainManifest)
Property Value
- Attributes