SignalRAttribute Class

Definition

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.

Applies to