IGrainContext.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 grain instance, or null
if the grain instance has not been set yet.
public object GrainInstance { get; }
public object? GrainInstance { get; }
member this.GrainInstance : obj
Public ReadOnly Property GrainInstance As Object