ExpirationDefinition Class
Represents the expiration setting for a cached report.
Inheritance Hierarchy
System.Object
ReportService2006.ExpirationDefinition
ReportService2006.ScheduleExpiration
ReportService2006.TimeExpiration
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Class ExpirationDefinition
'Usage
Dim instance As ExpirationDefinition
public class ExpirationDefinition
public ref class ExpirationDefinition
type ExpirationDefinition = class end
public class ExpirationDefinition
The ExpirationDefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExpirationDefinition | Initializes a new instance of the ExpirationDefinition class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
Methods of the ReportingService2006 class use objects that inherit ExpirationDefinition. The following table lists classes that implement ExpirationDefinition.
Class |
Description |
---|---|
Represents a schedule that defines when a cached copy of a report expires. |
|
Represents the time, in minutes, that defines when a cached copy of a report expires. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.