Bagikan melalui


ConnectEventRequest.CreateResponse Method

Definition

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

Parameters

userId
String

Caller userId for current connection.

groups
IEnumerable<String>

Groups applied to current connection.

subprotocol
String

Subprotocol applied to current connection.

roles
IEnumerable<String>

User roles applied to current connection.

Returns

A connect response to return service.

Applies to