次の方法で共有


MethodInvokerAttribute(Type, Int32) コンストラクター

定義

MethodInvokerAttribute クラスの新しいインスタンスを初期化します。

public MethodInvokerAttribute (Type targetType, int interfaceId);
new Orleans.CodeGeneration.MethodInvokerAttribute : Type * int -> Orleans.CodeGeneration.MethodInvokerAttribute
Public Sub New (targetType As Type, interfaceId As Integer)

パラメーター

targetType
Type

グレイン実装の種類

interfaceId
Int32

Orleans によってインターフェイスに割り当てられた ID

適用対象