MqttDisconnectedEventRequest Class
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.
Represents the response of an MQTT connection failure.
[System.Runtime.Serialization.DataContract]
public class MqttDisconnectedEventRequest : Microsoft.Azure.WebPubSub.Common.DisconnectedEventRequest
[<System.Runtime.Serialization.DataContract>]
type MqttDisconnectedEventRequest = class
inherit DisconnectedEventRequest
Public Class MqttDisconnectedEventRequest
Inherits DisconnectedEventRequest
- Inheritance
- Attributes
Constructors
MqttDisconnectedEventRequest(MqttConnectionContext, String, MqttDisconnectedEventRequestProperties) |
Creates a new instance of MqttDisconnectedEventRequest. |
Properties
ConnectionContext |
Connection context contains connection metadata following CloudEvents. (Inherited from WebPubSubEventRequest) |
Mqtt |
Represents the properties of an MQTT disconnection event request. |
Reason |
Reason of the disconnect event. (Inherited from DisconnectedEventRequest) |
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