你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithDuplicateMessageDetection 接口

定义

队列定义的阶段,允许指定重复消息检测历史记录的持续时间。

public interface IWithDuplicateMessageDetection
type IWithDuplicateMessageDetection = interface
Public Interface IWithDuplicateMessageDetection
派生

方法

WithDuplicateMessageDetectionHistoryDuration(TimeSpan)

指定重复消息检测历史记录的持续时间。

WithoutDuplicateMessageDetection()

指定需要禁用重复消息检测。

适用于