IGrainCallContext
interface
Namespace: Orleans
Represents a method invocation as well as the result of invocation.
public interface IGrainCallContextProperties
GrainGets the grain being invoked.InterfaceMethodGets theSystem.Reflection.MethodInfofor the interface method being invoked.InterfaceNameGets the name of the interface being invoked.InterfaceTypeGets the type of the interface being invoked.MethodNameGets the name of the method being invoked.RequestGets the request.ResponseGets or sets the response.ResultGets or sets the result.SourceIdGets the identity of the source, if available.TargetIdGets the identity of the target.
Methods
InvokeInvokes the request.
