다음을 통해 공유


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

메서드의 이름입니다.

적용 대상