你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebPubSubConnectionAttribute 类

定义

用于将参数绑定到 Azure Web PubSub 客户端协商 websocket URL 的属性。

[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public class WebPubSubConnectionAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type WebPubSubConnectionAttribute = class
    inherit Attribute
Public Class WebPubSubConnectionAttribute
Inherits Attribute
继承
WebPubSubConnectionAttribute
属性
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

构造函数

WebPubSubConnectionAttribute()

用于将参数绑定到 Azure Web PubSub 客户端协商 websocket URL 的属性。

属性

Connection

目标 Web PubSub 服务连接字符串。

Hub

目标中心名称。

UserId

客户端 userId。

适用于