MessagingEndpointProperties.MaxDeliveryCount Property

Definition

The number of times the IoT hub attempts to deliver a message. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.

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

Property Value

Applies to