ChartHttpHandlerSettings.Timeout Property

.NET Framework (current version)
 

Gets or sets the timeout of the custom handler.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

public TimeSpan Timeout { get; set; }

Property Value

Type: System.TimeSpan

A TimeSpan enumeration value that represents the lifetime of the chart images.

When the timeout has expired, the stored chart image is overridden by a new chart image or discarded.

.NET Framework
Available since 4.0
Return to top
Show: