MessageProperties.AllowOutputBatching Propriedade

Definição

Obtém ou define um valor que especifica se essa mensagem deve ser armazenada antes de fornecê-la para o 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 da propriedade

true se o envio em lote de mensagens de saída for permitido; caso contrário, false.

Aplica-se a