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

TopicProperties.SupportOrdering 属性

定义

定义是否需要维护排序。 如果为 true,则发送到主题的消息将按顺序转发到订阅。 对于分区主题,默认为 false,将其设置为 true 不起作用。

public bool SupportOrdering { get; set; }
member this.SupportOrdering : bool with get, set
Public Property SupportOrdering As Boolean

属性值

注解

默认为 false。

适用于