Edit

Share via


GrainManifest Class

Definition

Information about available grains.

[Orleans.GenerateSerializer]
[Orleans.Immutable]
[System.Serializable]
public sealed class GrainManifest
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
[<System.Serializable>]
type GrainManifest = class
Public NotInheritable Class GrainManifest
Inheritance
GrainManifest
Attributes

Constructors

GrainManifest(ImmutableDictionary<GrainType,GrainProperties>, ImmutableDictionary<GrainInterfaceType,GrainInterfaceProperties>)

Initializes a new instance of the GrainManifest class.

Properties

Grains

Gets the grain types available on this silo.

Interfaces

Gets the interfaces available on this silo.

Applies to