你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SignalRAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于指定属性目标的属性应将其数据输出到SignalR 服务。
[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
- 继承
-
SignalRAttribute
- 属性
-
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
构造函数
SignalRAttribute() |
用于指定属性目标的属性应将其数据输出到SignalR 服务。 |
属性
ConnectionStringSetting |
获取或设置包含 Azure SignalR 连接字符串的应用设置名称。 |
HubName |
获取或设置集线器名称。 |