Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the maximum number of requests that can be handled in a batch.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Property MaxBatchCount As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
Integer value that indicates the maximum number of requests that can be handled in a batch.