SignalRAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’attribut utilisé pour spécifier la cible d’attribut doit générer ses données vers SignalR Service.
[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public class SignalRAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type SignalRAttribute = class
inherit Attribute
Public Class SignalRAttribute
Inherits Attribute
- Héritage
-
SignalRAttribute
- Attributs
-
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
Constructeurs
SignalRAttribute() |
L’attribut utilisé pour spécifier la cible d’attribut doit générer ses données vers SignalR Service. |
Propriétés
ConnectionStringSetting |
Obtient ou définit le nom du paramètre d’application qui contient la chaîne de connexion Azure SignalR. |
HubName |
Obtient ou définit le nom du hub. |
S’applique à
Azure SDK for .NET