Share via


IRequest 介面

定義

表示在粒度上叫用方法的要求。

public interface IRequest : IDisposable, Orleans.Serialization.Invocation.IInvokable
type IRequest = interface
    interface IInvokable
    interface IDisposable
Public Interface IRequest
Implements IDisposable, IInvokable
衍生
實作

屬性

Options

取得調用選項。

方法

AddInvokeMethodOptions(InvokeMethodOptions)

併入提供的調用選項。

GetActivityName()

取得活動名稱,其參考介面名稱和方法名稱。

(繼承來源 IInvokable)
GetArgument(Int32)

取得指定索引處的自變數。

(繼承來源 IInvokable)
GetArgumentCount()

取得自變數的數目。

(繼承來源 IInvokable)
GetDefaultResponseTimeout()

取得預設回應逾時。

(繼承來源 IInvokable)
GetInterfaceName()

取得完整的介面名稱。

(繼承來源 IInvokable)
GetInterfaceType()

取得介面類型。

(繼承來源 IInvokable)
GetMethod()

取得方法資訊物件,可能是 null

(繼承來源 IInvokable)
GetMethodName()

取得方法名稱。

(繼承來源 IInvokable)
GetTarget()

取得調用目標。

(繼承來源 IInvokable)
Invoke()

叫用物件。

(繼承來源 IInvokable)
SetArgument(Int32, Object)

在指定的索引處設定自變數。

(繼承來源 IInvokable)
SetTarget(ITargetHolder)

從的 ITargetHolder實例設定調用目標。

(繼承來源 IInvokable)
ToMethodCallString(IRequest)

傳回要求的字串表示。

ToString(IRequest)

傳回要求的字串表示。

適用於