GenericMethodInvoker(Type, String, Int32) 构造函数

定义

初始化 GenericMethodInvoker 类的新实例。

public GenericMethodInvoker (Type grainInterfaceType, string methodName, int typeParameterCount);
new Orleans.CodeGeneration.GenericMethodInvoker : Type * string * int -> Orleans.CodeGeneration.GenericMethodInvoker
Public Sub New (grainInterfaceType As Type, methodName As String, typeParameterCount As Integer)

参数

grainInterfaceType
Type

方法所在的粒度接口类型。

methodName
String

方法的名称。

typeParameterCount
Int32

方法具有的类型参数数。

适用于