CloudToDeviceProperties.MaxDeliveryCount Property

Definition

The max delivery count for cloud-to-device messages in the device queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.

public int? MaxDeliveryCount { get; set; }
member this.MaxDeliveryCount : Nullable<int> with get, set
Public Property MaxDeliveryCount As Nullable(Of Integer)

Property Value

Applies to