HubMethodNameAttribute Classe

Definição

Personaliza o nome de um método de hub.

public ref class HubMethodNameAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class HubMethodNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type HubMethodNameAttribute = class
    inherit Attribute
Public Class HubMethodNameAttribute
Inherits Attribute
Herança
HubMethodNameAttribute
Atributos

Construtores

HubMethodNameAttribute(String)

Inicializa uma nova instância da classe HubMethodNameAttribute.

Propriedades

Name

O nome personalizado do método de hub.

Aplica-se a