ConnectEventRequest.CreateResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create ConnectEventResponse.
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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET