MessageProperties.AllowOutputBatching Property

Definition

Gets or sets a value that specifies whether to store this message before giving it to the transport.

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

Property Value

true if the batching of outgoing messages is allowed; otherwise, false.

Applies to