MessageProperties.AllowOutputBatching 属性

定义

获取或设置一个值,该值指定是否在传输消息之前对其进行存储。

public:
 property bool AllowOutputBatching { bool get(); void set(bool value); };
public bool AllowOutputBatching { get; set; }
member this.AllowOutputBatching : bool with get, set
Public Property AllowOutputBatching As Boolean

属性值

Boolean

如果允许对传出消息进行批处理,则为 true;否则为 false

适用于