HubMethodNameAttribute Clase

Definición

Personaliza el nombre de un método de 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 de concentrador.

Se aplica a