共用方式為


SignalREndpointsAttribute Class

Definition

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.

Applies to