IOutgoingGrainCallContext 接口

定义

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

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

属性

Arguments

获取此方法调用的参数。

(继承自 IGrainCallContext)
Grain

获取正在调用的粒度。

(继承自 IGrainCallContext)
InterfaceMethod

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

(继承自 IGrainCallContext)
InterfaceName

获取正在调用的接口的名称。

(继承自 IGrainCallContext)
InterfaceType

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

(继承自 IGrainCallContext)
Method
已过时.

获取 MethodInfo 所调用方法的 。

(继承自 IGrainCallContext)
MethodName

获取要调用的方法的名称。

(继承自 IGrainCallContext)
Request

获取请求。

(继承自 IGrainCallContext)
Response

获取或设置响应。

(继承自 IGrainCallContext)
Result

获取或设置结果。

(继承自 IGrainCallContext)
SourceContext

获取发送方的粒度上下文。

SourceId

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

(继承自 IGrainCallContext)
TargetId

获取目标的标识。

(继承自 IGrainCallContext)

方法

Invoke()

调用请求。

(继承自 IGrainCallContext)

适用于