MessageProperties.AllowOutputBatching Propiedad

Definición

Obtiene o establece un valor que especifica si se va a almacenar este mensaje antes de enviarlo al transporte.

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

Valor de propiedad

true si se permite el procesamiento por lotes de mensajes salientes; de lo contrario, false.

Se aplica a