Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the time, in minutes, that defines when a cached copy of a report expires.
Inheritance Hierarchy
System.Object
ReportService2005.ExpirationDefinition
ReportService2005.TimeExpiration
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Class TimeExpiration _
Inherits ExpirationDefinition
'Usage
Dim instance As TimeExpiration
public class TimeExpiration : ExpirationDefinition
public ref class TimeExpiration : public ExpirationDefinition
type TimeExpiration =
class
inherit ExpirationDefinition
end
public class TimeExpiration extends ExpirationDefinition
The TimeExpiration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TimeExpiration | Initializes a new instance of the TimeExpiration class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Minutes | The number of minutes that passes before a cached report expires. |
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
Use the DailyRecurrence class with the Item property of the ScheduleDefinition class to specify a recurrence pattern in minutes.
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.