ASP.NET Core MVC コントロールヘルプ
Async メソッド

C1.AspNetCore.Mvc.Olap アセンブリ > C1.Web.Mvc.Olap.Fluent 名前空間 > PivotEngineBuilder クラス : Async メソッド
The value.
Configurates C1.Web.Mvc.Olap.PivotEngine.Async. Sets a value that determines whether view updates should be generated asynchronously.
シンタックス
'宣言
 
Public Function Async( _
   ByVal value As System.Boolean _
) As PivotEngineBuilder
public PivotEngineBuilder Async( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

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.
参照

PivotEngineBuilder クラス
PivotEngineBuilder メンバ