IGrainCallContext.Grain 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 being invoked.
public Orleans.Runtime.IAddressable Grain { get; }
public object Grain { get; }
member this.Grain : Orleans.Runtime.IAddressable
member this.Grain : obj
Public ReadOnly Property Grain As IAddressable
Public ReadOnly Property Grain As Object