Språk

TransactedBatchingElement.MaxBatchSize Egenskap

Definition

Hämtar eller anger det maximala antalet mottagningsåtgärder som kan batchas tillsammans i en transaktion.

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

Egenskapsvärde

Det maximala antalet mottagningsåtgärder som kan batchas tillsammans i en transaktion. Standardvärdet är 0.

Attribut

Gäller för