HubMethodNameAttribute Classe

Definizione

Personalizza il nome di un metodo 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
Ereditarietà
HubMethodNameAttribute
Attributi

Costruttori

HubMethodNameAttribute(String)

Inizializza una nuova istanza della classe HubMethodNameAttribute.

Proprietà

Name

Nome personalizzato del metodo hub.

Si applica a