TransactedBatchingElement.MaxBatchSize Propiedad

Definición

Obtiene o establece el número máximo de operaciones de recepción que se pueden procesar por lotes en una transacción.

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 propiedad

Número máximo de operaciones de recepción que se pueden procesar por lotes en una transacción. El valor predeterminado es 0.

Atributos

Se aplica a