SignalRAttribute 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 specify the attribute target should output its data to 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
- Inheritance
-
SignalRAttribute
- Attributes
-
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
Constructors
SignalRAttribute() |
Properties
ConnectionStringSetting |
Gets or sets the app setting name that contains the Azure SignalR connection string. |
HubName |
Gets or sets the hub name. |