Compartilhar via


HubMethodNameAttribute(String) Construtor

Definição

Inicializa uma nova instância da classe HubMethodNameAttribute.

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)

Parâmetros

name
String

O nome personalizado do método de hub.

Aplica-se a