ConnectEventResponse Constructors
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.
Overloads
ConnectEventResponse() |
Default constructor for JsonSerialize. |
ConnectEventResponse(String, IEnumerable<String>, String, IEnumerable<String>) |
Create an instance of ConnectEventResponse |
ConnectEventResponse()
- Source:
- ConnectEventResponse.cs
- Source:
- ConnectEventResponse.cs
Default constructor for JsonSerialize.
public ConnectEventResponse ();
Public Sub New ()
Applies to
ConnectEventResponse(String, IEnumerable<String>, String, IEnumerable<String>)
- Source:
- ConnectEventResponse.cs
- Source:
- ConnectEventResponse.cs
Create an instance of ConnectEventResponse
public ConnectEventResponse (string userId, System.Collections.Generic.IEnumerable<string> groups, string subprotocol, System.Collections.Generic.IEnumerable<string> roles);
new Microsoft.Azure.Functions.Worker.ConnectEventResponse : string * seq<string> * string * seq<string> -> Microsoft.Azure.Functions.Worker.ConnectEventResponse
Public Sub New (userId As String, groups As IEnumerable(Of String), subprotocol As String, roles As IEnumerable(Of String))
Parameters
- userId
- String
User Id of current connection.
- groups
- IEnumerable<String>
Groups belong of current connection.
- subprotocol
- String
Subprotocol to use for current connection.
- roles
- IEnumerable<String>
Roles belongs of current connection.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET