IWithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the subscription definition allowing to specify maximum delivery count of message before moving it to dead-letter subscription.
public interface IWithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount
type IWithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount = interface
Public Interface IWithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount
- Derived
Methods
WithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount(Int32) |
Specifies maximum number of times a message can be delivered. Once this count has exceeded, message will be moved to dead-letter subscription. |