EventGridMqttClientSessionDisconnectedEventData.DisconnectionReason Property
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.
Reason for the disconnection of the MQTT client's session. The value could be one of the values in the disconnection reasons table.
public Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientDisconnectionReason? DisconnectionReason { get; }
member this.DisconnectionReason : Nullable<Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientDisconnectionReason>
Public ReadOnly Property DisconnectionReason As Nullable(Of EventGridMqttClientDisconnectionReason)