IGrainActivationContext.GrainInstance Property
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.
Gets the instance of the grain associated with this activation context.
The value will be null
if the grain is being created.
public Orleans.Grain GrainInstance { get; }
member this.GrainInstance : Orleans.Grain
Public ReadOnly Property GrainInstance As Grain