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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET