IGrainCallContext Interface

Definition

Represents a method invocation as well as the result of invocation.

public interface IGrainCallContext
type IGrainCallContext = interface
Public Interface IGrainCallContext
Derived

Properties

Arguments

Gets the arguments for this method invocation.

Grain

Gets the grain being invoked.

InterfaceMethod

Gets the 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.

Method
Obsolete.

Gets the MethodInfo of the method 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

Invoke()

Invokes the request.

Applies to