TransactedBatchingElement.MaxBatchSize Eigenschap

Definitie

Hiermee wordt het maximum aantal ontvangstbewerkingen opgehaald of ingesteld dat in één transactie kan worden gebatcheerd.

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

Waarde van eigenschap

Het maximum aantal ontvangstbewerkingen dat in één transactie kan worden gebatcheerd. De standaardwaarde is 0.

Kenmerken

Van toepassing op