SignalREndpointsAttribute 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.
Attribut utilisé pour lier une liste de points de terminaison SignalR Service au paramètre.
[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter)]
public class SignalREndpointsAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type SignalREndpointsAttribute = class
inherit Attribute
Public Class SignalREndpointsAttribute
Inherits Attribute
- Héritage
-
SignalREndpointsAttribute
- Attributs
-
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
Constructeurs
SignalREndpointsAttribute() |
Attribut utilisé pour lier une liste de points de terminaison SignalR Service au paramètre. |
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