Share via


IDataServiceConfiguration.MaxBatchCount Property

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.

See Also

Reference

IDataServiceConfiguration Interface

System.Data.Services Namespace