Skip to content

IIncomingGrainCallContext Properties

Represents an incoming method invocation as well as the result of invocation.

ImplementationMethod

abstractget
public abstract MethodInfo ImplementationMethod
Gets the System.Reflection.MethodInfo for the implementation method being invoked.

TargetContext

abstractget
public abstract IGrainContext TargetContext
Gets the grain context of the target.