GenericMethodInvoker(Type, String, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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)
參數
- grainInterfaceType
- Type
方法所在的細微性介面類別型。
- methodName
- String
方法的名稱。
- typeParameterCount
- Int32
方法具有的類型參數數目。