GrainBindingsResolver.GetBindings(GrainType) Method
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.
Gets bindings for the provided grain type.
public Orleans.Metadata.GrainBindings GetBindings (Orleans.Runtime.GrainType grainType);
member this.GetBindings : Orleans.Runtime.GrainType -> Orleans.Metadata.GrainBindings
Public Function GetBindings (grainType As GrainType) As GrainBindings
Parameters
- grainType
- GrainType
The grain type.
Returns
The grain bindings.