Share via


HubMethodNameAttribute(String) Konstruktor

Definition

Initialisiert eine neue Instanz der HubMethodNameAttribute-Klasse.

public:
 HubMethodNameAttribute(System::String ^ name);
public HubMethodNameAttribute (string name);
new Microsoft.AspNetCore.SignalR.HubMethodNameAttribute : string -> Microsoft.AspNetCore.SignalR.HubMethodNameAttribute
Public Sub New (name As String)

Parameter

name
String

Der angepasste Name der Hubmethode.

Gilt für: