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

C1.AspNetCore.Mvc.Olap アセンブリ > C1.Web.Mvc.Olap.Fluent 名前空間 > PivotEngineBuilder クラス : ServerPollInterval メソッド
The value.
Configurates C1.Web.Mvc.Olap.PivotEngine.ServerPollInterval. Sets the amount of time, in milliseconds, which the engine should wait before polling the server for progress status while retrieving results. The default value for this property is 500, which causes the engine to poll the server for a status update every half second.
シンタックス
'宣言
 
Public Function ServerPollInterval( _
   ByVal value As System.Integer _
) As PivotEngineBuilder
public PivotEngineBuilder ServerPollInterval( 
   System.int value
)

パラメータ

value
The value.

戻り値の型

Current builder.
参照

PivotEngineBuilder クラス
PivotEngineBuilder メンバ