SignalREndpointsAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attribute used to bind a list of SignalR Service endpoints to the parameter.
[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
- Inheritance
-
SignalREndpointsAttribute
- Attributes
-
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
Constructors
SignalREndpointsAttribute() |
Properties
ConnectionStringSetting |
Gets or sets the app setting name that contains the Azure SignalR connection string. |
HubName |
Gets or sets the hub name. |