共用方式為


DefaultInvokeMethodNameAttribute(Type, String) 建構函式

定義

初始化 DefaultInvokeMethodNameAttribute 類別的新執行個體。

public DefaultInvokeMethodNameAttribute (Type returnType, string methodName);
new Orleans.DefaultInvokeMethodNameAttribute : Type * string -> Orleans.DefaultInvokeMethodNameAttribute
Public Sub New (returnType As Type, methodName As String)

參數

returnType
Type

傳回的類型。

methodName
String

方法的名稱。

適用於