GrainTypeSharedContext.OnCreateActivation(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.
Called on creation of an activation.
public void OnCreateActivation (Orleans.Runtime.IGrainContext grainContext);
member this.OnCreateActivation : Orleans.Runtime.IGrainContext -> unit
Public Sub OnCreateActivation (grainContext As IGrainContext)
Parameters
- grainContext
- IGrainContext
The grain activation.