Compartir a través de


BrokeredMessageProperty.DeliveryCount Propiedad

Definición

Obtiene el número de entregas realizadas para entregar este mensaje.

public int DeliveryCount { get; }
member this.DeliveryCount : int
Public ReadOnly Property DeliveryCount As Integer

Valor de propiedad

Número de entregas que se han realizado para entregar este mensaje.

Excepciones

Si el mensaje está en estado eliminado.

Si ServiceBus no ha entregado el mensaje.

Se aplica a