Skip to main content
A newer version of this page is available. .

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
value Double

Returns

Type
DataSourceOptionsBuilder
See Also