GrainManifest.Interfaces 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 interfaces available on this silo.
[Orleans.Id(0)]
public System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.GrainInterfaceType,Orleans.Metadata.GrainInterfaceProperties> Interfaces { get; }
[<Orleans.Id(0)>]
member this.Interfaces : System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.GrainInterfaceType, Orleans.Metadata.GrainInterfaceProperties>
Public ReadOnly Property Interfaces As ImmutableDictionary(Of GrainInterfaceType, GrainInterfaceProperties)
Property Value
- Attributes