Proprietà IDataServiceConfiguration.MaxBatchCount
Ottiene il numero massimo di richieste che può essere gestito in un batch.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Property MaxBatchCount As Integer
Get
Set
'Utilizzo
Dim instance As IDataServiceConfiguration
Dim value As Integer
value = instance.MaxBatchCount
instance.MaxBatchCount = value
int MaxBatchCount { get; set; }
property int MaxBatchCount {
int get ();
void set (int value);
}
abstract MaxBatchCount : int with get, set
function get MaxBatchCount () : int
function set MaxBatchCount (value : int)
Valore proprietà
Tipo: System.Int32
Il valore intero che indica il numero massimo di richieste che può essere gestito in un batch.