ComponentOne ASP.NET MVC Controls
ServerPollInterval Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class : ServerPollInterval Method
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.
Syntax
'Declaration
 
Public Function ServerPollInterval( _
   ByVal value As Integer _
) As PivotEngineBuilder
public PivotEngineBuilder ServerPollInterval( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members