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

IWithMessageBatching 接口

定义

允许指定批处理行为的订阅定义的阶段。

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

方法

WithoutMessageBatching()

指定应在此订阅上禁用默认批处理。 使用批处理服务总线,可以在写入或删除内部存储中的消息时批处理多个消息。

适用于