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

ConnectEventRequest.CreateResponse 方法

定义

public Microsoft.Azure.WebPubSub.Common.ConnectEventResponse CreateResponse (string userId, System.Collections.Generic.IEnumerable<string> groups, string subprotocol, System.Collections.Generic.IEnumerable<string> roles);
member this.CreateResponse : string * seq<string> * string * seq<string> -> Microsoft.Azure.WebPubSub.Common.ConnectEventResponse
Public Function CreateResponse (userId As String, groups As IEnumerable(Of String), subprotocol As String, roles As IEnumerable(Of String)) As ConnectEventResponse

参数

userId
String

当前连接的调用方 userId。

groups
IEnumerable<String>

应用于当前连接的组。

subprotocol
String

应用于当前连接的子协议。

roles
IEnumerable<String>

应用于当前连接的用户角色。

返回

连接响应以返回服务。

适用于