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

C1.AspNetCore.Mvc.Olap アセンブリ > C1.Web.Mvc.Olap.Fluent 名前空間 > PivotEngineBuilder クラス : ServerTimeout メソッド
The value.
Configurates C1.Web.Mvc.Olap.PivotEngine.ServerTimeout. Sets the maximum amount of time, in milliseconds, which the engine should wait for the results to come back from the server. The default value for this property is 60000, equivalent to sixty seconds. If you expect server operations to take longer than that to complete, set the property to a higher value.
シンタックス
'宣言
 
Public Function ServerTimeout( _
   ByVal value As System.Integer _
) As PivotEngineBuilder
public PivotEngineBuilder ServerTimeout( 
   System.int value
)

パラメータ

value
The value.

戻り値の型

Current builder.
参照

PivotEngineBuilder クラス
PivotEngineBuilder メンバ