[]
Configurates Async. Sets a value that determines whether view updates should be generated asynchronously.
public PivotEngineBuilder Async(bool value)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| PivotEngineBuilder | Current builder. |
This property is set to true by default, so summaries over large data sets are performed asynchronously to prevent stopping the UI thread.