MqttConnectEventRequest.CreateMqttResponse 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 MqttConnectEventResponse.
public Microsoft.Azure.WebPubSub.Common.MqttConnectEventResponse CreateMqttResponse (string userId, System.Collections.Generic.IEnumerable<string> groups, System.Collections.Generic.IEnumerable<string> roles);
member this.CreateMqttResponse : string * seq<string> * seq<string> -> Microsoft.Azure.WebPubSub.Common.MqttConnectEventResponse
Public Function CreateMqttResponse (userId As String, groups As IEnumerable(Of String), roles As IEnumerable(Of String)) As MqttConnectEventResponse
Parameters
- userId
- String
Caller userId for current connection.
- groups
- IEnumerable<String>
Groups applied to current connection.
- roles
- IEnumerable<String>
User roles applied to current connection.
Returns
A connect response to return service.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET