TransactedBatchingElement.MaxBatchSize Propriedade

Definição

Obtém ou define o número máximo de operações de receção que podem ser agrupadas numa única 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 de Propriedade

O número máximo de operações de receção que podem ser agrupadas numa única transação. A predefinição é 0.

Atributos

Aplica-se a