GenericMethodInvoker(Type, String, Int32) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.