ConnectEventResponse Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ConnectEventResponse() |
Construtor padrão para JsonSerialize. |
ConnectEventResponse(String, IEnumerable<String>, String, IEnumerable<String>) |
Criar uma instância de ConnectEventResponse |
ConnectEventResponse()
- Origem:
- ConnectEventResponse.cs
Construtor padrão para JsonSerialize.
public ConnectEventResponse ();
Public Sub New ()
Aplica-se a
ConnectEventResponse(String, IEnumerable<String>, String, IEnumerable<String>)
- Origem:
- ConnectEventResponse.cs
Criar uma instância de ConnectEventResponse
public ConnectEventResponse (string userId, System.Collections.Generic.IEnumerable<string> groups, string subprotocol, System.Collections.Generic.IEnumerable<string> roles);
new Microsoft.Azure.WebPubSub.Common.ConnectEventResponse : string * seq<string> * string * seq<string> -> Microsoft.Azure.WebPubSub.Common.ConnectEventResponse
Public Sub New (userId As String, groups As IEnumerable(Of String), subprotocol As String, roles As IEnumerable(Of String))
Parâmetros
- userId
- String
ID de usuário da conexão atual.
- groups
- IEnumerable<String>
Os grupos pertencem à conexão atual.
- subprotocol
- String
Subprotocolo a ser usado para conexão atual.
- roles
- IEnumerable<String>
As funções pertencem à conexão atual.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET