Compartir a través de


GenericMethodInvoker(Type, String, Int32) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

grainInterfaceType
Type

Tipo de interfaz de grano en el que existe el método.

methodName
String

Nombre del método.

typeParameterCount
Int32

Número de parámetros de tipo que tiene el método.

Se aplica a