IGrainCallContext 接口

定义

表示方法调用以及调用的结果。

public interface IGrainCallContext
type IGrainCallContext = interface
Public Interface IGrainCallContext
派生

属性

Arguments

获取此方法调用的参数。

Grain

获取正在调用的粒度。

InterfaceMethod

MethodInfo获取要调用的接口方法的 。

InterfaceName

获取要调用的接口的名称。

InterfaceType

获取要调用的接口的类型。

Method
已过时.

MethodInfo获取所调用方法的 。

MethodName

获取正在调用的方法的名称。

Request

获取请求。

Response

获取或设置响应。

Result

获取或设置结果。

SourceId

获取源的标识(如果可用)。

TargetId

获取目标的标识。

方法

Invoke()

调用请求。

适用于