MqttConnectEventErrorResponse 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
MqttConnectEventErrorResponse(MqttV311ConnectReturnCode, String) |
Creates an instance of MqttConnectEventErrorResponse. |
MqttConnectEventErrorResponse(MqttV500ConnectReasonCode, String) |
Creates an instance of MqttConnectEventErrorResponse. |
MqttConnectEventErrorResponse(MqttV311ConnectReturnCode, String)
Creates an instance of MqttConnectEventErrorResponse.
public MqttConnectEventErrorResponse (Microsoft.Azure.WebPubSub.Common.MqttV311ConnectReturnCode code, string? reason);
new Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponse : Microsoft.Azure.WebPubSub.Common.MqttV311ConnectReturnCode * string -> Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponse
Public Sub New (code As MqttV311ConnectReturnCode, reason As String)
Parameters
- reason
- String
Applies to
MqttConnectEventErrorResponse(MqttV500ConnectReasonCode, String)
Creates an instance of MqttConnectEventErrorResponse.
public MqttConnectEventErrorResponse (Microsoft.Azure.WebPubSub.Common.MqttV500ConnectReasonCode code, string? reason);
new Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponse : Microsoft.Azure.WebPubSub.Common.MqttV500ConnectReasonCode * string -> Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponse
Public Sub New (code As MqttV500ConnectReasonCode, reason As String)
Parameters
- reason
- String
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