[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ServerPollInterval

ServerPollInterval Method

ServerPollInterval(int)

Configurates 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.

Declaration
public PivotEngineBuilder ServerPollInterval(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
PivotEngineBuilder

Current builder.