Compartilhar via


CloudToDeviceProperties.MaxDeliveryCount Propriedade

Definição

Obtém ou define a contagem máxima de entrega para mensagens da nuvem para o dispositivo na fila do dispositivo. Veja: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.

[Newtonsoft.Json.JsonProperty(PropertyName="maxDeliveryCount")]
public int? MaxDeliveryCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxDeliveryCount")>]
member this.MaxDeliveryCount : Nullable<int> with get, set
Public Property MaxDeliveryCount As Nullable(Of Integer)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a