Compartilhar via


TransactedBatchingElement.MaxBatchSize Propriedade

Definição

Obtém ou define o número máximo de operações de recebimento que juntas podem formar um lote em uma transação.

public:
 property int MaxBatchSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxBatchSize", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxBatchSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBatchSize", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxBatchSize : int with get, set
Public Property MaxBatchSize As Integer

Valor da propriedade

Int32

O número máximo de operações de recebimento que juntas podem formar um lote em uma transação. O padrão é 0.

Atributos

Aplica-se a