GrainManifest Constructor
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.
Initializes a new instance of the GrainManifest class.
public GrainManifest (System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.GrainType,Orleans.Metadata.GrainProperties> grains, System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.GrainInterfaceType,Orleans.Metadata.GrainInterfaceProperties> interfaces);
new Orleans.Metadata.GrainManifest : System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.GrainType, Orleans.Metadata.GrainProperties> * System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.GrainInterfaceType, Orleans.Metadata.GrainInterfaceProperties> -> Orleans.Metadata.GrainManifest
Public Sub New (grains As ImmutableDictionary(Of GrainType, GrainProperties), interfaces As ImmutableDictionary(Of GrainInterfaceType, GrainInterfaceProperties))
Parameters
The grain properties.
The interface properties.