Skip to content

IGrainCallContext

interface

Namespace: Orleans

Represents a method invocation as well as the result of invocation.
public interface IGrainCallContext

Properties

  • Grain Gets the grain being invoked.
  • InterfaceMethod Gets the System.Reflection.MethodInfo for the interface method being invoked.
  • InterfaceName Gets the name of the interface being invoked.
  • InterfaceType Gets the type of the interface being invoked.
  • MethodName Gets the name of the method being invoked.
  • Request Gets the request.
  • Response Gets or sets the response.
  • Result Gets or sets the result.
  • SourceId Gets the identity of the source, if available.
  • TargetId Gets the identity of the target.

Methods