TimeExpiration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |