IConfigureGrainTypeComponents.Configure 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.
Configures shared components which are common for all instances of a given grain type.
public void Configure (Orleans.Runtime.GrainType grainType, Orleans.Metadata.GrainProperties properties, Orleans.Runtime.GrainTypeSharedContext shared);
abstract member Configure : Orleans.Runtime.GrainType * Orleans.Metadata.GrainProperties * Orleans.Runtime.GrainTypeSharedContext -> unit
Public Sub Configure (grainType As GrainType, properties As GrainProperties, shared As GrainTypeSharedContext)
Parameters
- grainType
- GrainType
The grain type.
- properties
- GrainProperties
The grain properties.
- shared
- GrainTypeSharedContext
The shared context for all grains of the specified type.