Redigera

Dela via


DefaultInvokeMethodNameAttribute(Type, String) Constructor

Definition

Initializes a new instance of the DefaultInvokeMethodNameAttribute class.

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

Parameters

returnType
Type

Type of the return.

methodName
String

Name of the method.

Applies to