HubMethodNameAttribute Classe

Définition

Personnalise le nom d’une méthode 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
Héritage
HubMethodNameAttribute
Attributs

Constructeurs

HubMethodNameAttribute(String)

Initialise une nouvelle instance de la classe HubMethodNameAttribute.

Propriétés

Name

Nom personnalisé de la méthode hub.

S’applique à