ComponentOne ASP.NET MVC Controls
ServerPollInterval Property

C1.Web.Mvc.Olap Namespace > PivotEngine Class : ServerPollInterval Property
Gets or 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
 
<DefaultValueAttribute(500)>
Public Property ServerPollInterval As Integer
[DefaultValue(500)]
public int ServerPollInterval {get; set;}
See Also

Reference

PivotEngine Class
PivotEngine Members