[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.Async

Async Method

Async(bool)

Configurates Async. Sets a value that determines whether view updates should be generated asynchronously.

Declaration
public PivotEngineBuilder Async(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
PivotEngineBuilder

Current builder.

Remarks

This property is set to true by default, so summaries over large data sets are performed asynchronously to prevent stopping the UI thread.