ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotEngineTagHelper Class / ServerTimeout Property

In This Topic
    ServerTimeout Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property ServerTimeout As Integer
    public int ServerTimeout {get; set;}
    See Also