IConfigureGrainContext.Configure(IGrainContext) 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 the provided grain context.
public void Configure (Orleans.Runtime.IGrainContext context);
abstract member Configure : Orleans.Runtime.IGrainContext -> unit
Public Sub Configure (context As IGrainContext)
Parameters
- context
- IGrainContext
The grain context.