GrainBindings 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.
Describes the bindings for a given grain type.
public class GrainBindings
type GrainBindings = class
Public Class GrainBindings
- Inheritance
-
GrainBindings
Remarks
Bindings are a way to declaratively connect grains with other resources.
Constructors
GrainBindings(GrainType, ImmutableArray<ImmutableDictionary<String,String>>) |
Initializes a new instance of the GrainBindings class. |
Properties
Bindings |
Gets the bindings for the specified grain type. |
GrainType |
Gets the grain type. |