HubMethodNameAttribute Clase

Definición

Personaliza el nombre de un método concentrador.

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
Herencia
HubMethodNameAttribute
Atributos

Constructores

HubMethodNameAttribute(String)

Inicializa una nueva instancia de la clase HubMethodNameAttribute.

Propiedades

Name

Nombre personalizado del método hub.

Se aplica a