GrainConstructorArgumentFactory.CreateArguments(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.
Creates the arguments for the grain constructor.
public object[] CreateArguments (Orleans.Runtime.IGrainContext grainContext);
member this.CreateArguments : Orleans.Runtime.IGrainContext -> obj[]
Public Function CreateArguments (grainContext As IGrainContext) As Object()
Parameters
- grainContext
- IGrainContext
The grain context.
Returns
Object[]
The constructor arguments.