IConfigureGrainTypeComponents Interface

Definition

Configures shared components which are common for all instances of a given grain type.

public interface IConfigureGrainTypeComponents
type IConfigureGrainTypeComponents = interface
Public Interface IConfigureGrainTypeComponents

Methods

Configure(GrainType, GrainProperties, GrainTypeSharedContext)

Configures shared components which are common for all instances of a given grain type.

Applies to