Edit

Share via


GrainManifest.Interfaces Property

Definition

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

Applies to