HubMethodNameAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |