ComponentOne ASP.NET MVC Controls
Async Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class : Async Method
The value.
Configurates C1.Web.Mvc.Olap.PivotEngine.Async. Sets a value that determines whether view updates should be generated asynchronously.
Syntax
'Declaration
 
Public Function Async( _
   ByVal value As Boolean _
) As PivotEngineBuilder
public PivotEngineBuilder Async( 
   bool value
)

Parameters

value
The value.

Return Value

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.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members