MqttConnectEventErrorResponseProperties 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
MqttConnectEventErrorResponseProperties(MqttV311ConnectReturnCode) |
Creates a new instance of MqttConnectEventErrorResponseProperties. |
MqttConnectEventErrorResponseProperties(MqttV500ConnectReasonCode) |
Creates a new instance of MqttConnectEventErrorResponseProperties. |
MqttConnectEventErrorResponseProperties(MqttV311ConnectReturnCode)
Creates a new instance of MqttConnectEventErrorResponseProperties.
public MqttConnectEventErrorResponseProperties (Microsoft.Azure.WebPubSub.Common.MqttV311ConnectReturnCode code);
new Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponseProperties : Microsoft.Azure.WebPubSub.Common.MqttV311ConnectReturnCode -> Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponseProperties
Public Sub New (code As MqttV311ConnectReturnCode)
Parameters
Applies to
MqttConnectEventErrorResponseProperties(MqttV500ConnectReasonCode)
Creates a new instance of MqttConnectEventErrorResponseProperties.
public MqttConnectEventErrorResponseProperties (Microsoft.Azure.WebPubSub.Common.MqttV500ConnectReasonCode code);
new Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponseProperties : Microsoft.Azure.WebPubSub.Common.MqttV500ConnectReasonCode -> Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponseProperties
Public Sub New (code As MqttV500ConnectReasonCode)
Parameters
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