GrainManifest.Grains 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 grain types available on this silo.
[Orleans.Id(1)]
public System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.GrainType,Orleans.Metadata.GrainProperties> Grains { get; }
[<Orleans.Id(1)>]
member this.Grains : System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.GrainType, Orleans.Metadata.GrainProperties>
Public ReadOnly Property Grains As ImmutableDictionary(Of GrainType, GrainProperties)
Property Value
- Attributes