Grain
protected Grain() This constructor should never be invoked. We expose it so that client code (subclasses of Grain) do not have to add a constructor. Client code should use the GrainFactory property to get a reference to a Grain.
protected Grain()protected Grain(IGrainContext grainContext, IGrainRuntime? grainRuntime = null)grainContextIGrainContextgrainRuntimeIGrainRuntime?