ChartHttpHandlerSettings.Timeout Property

Definition

Gets or sets the timeout of the custom handler.

public:
 property TimeSpan Timeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Timeout { get; set; }
member this.Timeout : TimeSpan with get, set
Public Property Timeout As TimeSpan

Property Value

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

Remarks

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

Applies to