GrainManifest
class
Namespace: Orleans.Metadata
Information about available grains.
[Orleans.GenerateSerializer][Orleans.Immutable]public sealed class GrainManifest : IEquatable<GrainManifest>Constructors
GrainManifest(ImmutableDictionary<GrainType, GrainProperties>, ImmutableDictionary<GrainInterfaceType, GrainInterfaceProperties>)Initializes a new instance of theGrainManifestclass.
Properties
GrainsGets the grain types available on this silo.InterfacesGets the interfaces available on this silo.
Methods
Equals(GrainManifest?)Indicates whether the current object is equal to another object of the same type.Equals(object?)Determines whether the specified object is equal to the current object.GetHashCodeServes as the default hash function.
