Redigera

Dela via


GenericMethodInvoker(Type, String, Int32) Constructor

Definition

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.

Applies to