Partager via


TransactedBatchingElement.MaxBatchSize Propriété

Définition

Obtient ou définit le nombre maximal d'opérations de réception qui peuvent être regroupées dans une transaction.

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

Valeur de propriété

Nombre maximal d’opérations de réception qui peuvent être regroupées dans une transaction. La valeur par défaut est 0.

Attributs

S’applique à