Edit

Share via


GrainBindings Class

Definition

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.

Applies to