# C1.Web.Mvc.Olap.PivotEngine.ServerTimeout

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Olap_PivotEngine_ServerTimeout_" data-uid="C1.Web.Mvc.Olap.PivotEngine.ServerTimeout*">ServerTimeout Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Olap_PivotEngine_ServerTimeout_" data-uid="C1.Web.Mvc.Olap.PivotEngine.ServerTimeout*"></a>
<h4 id="C1_Web_Mvc_Olap_PivotEngine_ServerTimeout" data-uid="C1.Web.Mvc.Olap.PivotEngine.ServerTimeout">ServerTimeout</h4>
<div class="markdown level1 summary"><p>Gets or 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.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int ServerTimeout { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ServerTimeout As Integer</code></pre>
</div>
</div>
