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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET