IOutgoingGrainCallContext 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示傳出方法調用以及調用的結果。
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) |