Partager via


GenericMethodInvoker(Type, String, Int32) Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

grainInterfaceType
Type

Type d’interface de grain sur lequel la méthode existe.

methodName
String

Nom de la méthode.

typeParameterCount
Int32

Nombre de paramètres de type dont dispose la méthode.

S’applique à