Edit

Share via


IGrainActivationContext.GrainInstance Property

Definition

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

Property Value

Applies to