GrainBindings 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 GrainBindings class.
public GrainBindings (Orleans.Runtime.GrainType grainType, System.Collections.Immutable.ImmutableArray<System.Collections.Immutable.ImmutableDictionary<string,string>> bindings);
new Orleans.Metadata.GrainBindings : Orleans.Runtime.GrainType * System.Collections.Immutable.ImmutableArray<System.Collections.Immutable.ImmutableDictionary<string, string>> -> Orleans.Metadata.GrainBindings
Public Sub New (grainType As GrainType, bindings As ImmutableArray(Of ImmutableDictionary(Of String, String)))
Parameters
- grainType
- GrainType
The grain type.
- bindings
- ImmutableArray<ImmutableDictionary<String,String>>
The bindings for the specified grain type.