Edit

Share via


IConfigureGrainTypeComponents.Configure Method

Definition

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.

Applies to