IIncomingGrainCallContext 接口

定义

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

public interface IIncomingGrainCallContext : Orleans.IGrainCallContext
type IIncomingGrainCallContext = interface
    interface IGrainCallContext
Public Interface IIncomingGrainCallContext
Implements IGrainCallContext
实现

属性

Arguments

获取此方法调用的参数。

(继承自 IGrainCallContext)
Grain

获取正在调用的粒度。

(继承自 IGrainCallContext)
ImplementationMethod

MethodInfo获取要调用的实现方法的 。

InterfaceMethod

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

(继承自 IGrainCallContext)
InterfaceName

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

(继承自 IGrainCallContext)
InterfaceType

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

(继承自 IGrainCallContext)
Method
已过时.

MethodInfo获取所调用方法的 。

(继承自 IGrainCallContext)
MethodName

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

(继承自 IGrainCallContext)
Request

获取请求。

(继承自 IGrainCallContext)
Response

获取或设置响应。

(继承自 IGrainCallContext)
Result

获取或设置结果。

(继承自 IGrainCallContext)
SourceId

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

(继承自 IGrainCallContext)
TargetContext

获取目标的粒度上下文。

TargetId

获取目标的标识。

(继承自 IGrainCallContext)

方法

Invoke()

调用请求。

(继承自 IGrainCallContext)

适用于