DataSourceOptionsBuilder.PushAggregationTimeout(Double) Method
Specifies the period (in milliseconds) when changes are aggregated before pushing them to the DataSource.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public DataSourceOptionsBuilder PushAggregationTimeout(
double value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Double | the option value. |
Returns
| Type |
|---|
| DataSourceOptionsBuilder |
See Also