IDataServiceConfiguration.MaxBatchCount 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取可在批处理中处理的最大请求数。
public:
 property int MaxBatchCount { int get(); void set(int value); };
	public int MaxBatchCount { get; set; }
	member this.MaxBatchCount : int with get, set
	Public Property MaxBatchCount As Integer
	属性值
指示可在批处理中处理的最大请求数的整数值。