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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.