Udostępnij za pośrednictwem


TransactedBatchingElement.MaxBatchSize Właściwość

Definicja

Pobiera lub ustawia maksymalną liczbę operacji odbierania, które mogą być wsadowe w jednej transakcji.

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

Wartość właściwości

Int32

Maksymalna liczba operacji odbierania, które mogą być wsadowe w jednej transakcji. Wartość domyślna to 0.

Atrybuty

Dotyczy