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

分配给新奥尔良接口的 ID

适用于