GenericMethodInvoker(Type, String, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the GenericMethodInvoker class.
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)
Parameters
- grainInterfaceType
- Type
The grain interface type which the method exists on.
- methodName
- String
The name of the method.
- typeParameterCount
- Int32
The number of type parameters which the method has.