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

IWithMessageBatching 接口

定义

允许指定批处理行为的主题定义的阶段。

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

方法

WithoutMessageBatching()

指定应在本主题中禁用默认批处理。 使用批处理,服务总线可以在写入或删除内部存储中的消息时批处理多条消息。

适用于