GrainManifest Class
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.
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. |