TimeExpiration Class

Definition

Represents the time, in minutes, that defines when a cached copy of a report expires.

public ref class TimeExpiration : ReportService2006::ExpirationDefinition
public class TimeExpiration : ReportService2006.ExpirationDefinition
type TimeExpiration = class
    inherit ExpirationDefinition
Public Class TimeExpiration
Inherits ExpirationDefinition
Inheritance
TimeExpiration

Remarks

The TimeExpiration class is passed as input to the GetCacheOptions and SetCacheOptions methods.

Constructors

TimeExpiration()

Initializes a new instance of the TimeExpiration class.

Properties

Minutes

Gets or sets the number of minutes that pass before a cached report expires.

Applies to