Share via


EventGridMqttClientSessionDisconnectedEventData.DisconnectionReason Property

Definition

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)

Property Value

Applies to