IGrainActivator.Create(IGrainActivationContext) 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.
Creates a grain.
public object Create (Orleans.Runtime.IGrainActivationContext context);
abstract member Create : Orleans.Runtime.IGrainActivationContext -> obj
Public Function Create (context As IGrainActivationContext) As Object
Parameters
- context
- IGrainActivationContext
The IGrainActivationContext for the executing action.
Returns
An instantiated grain.