TimeExpiration Class
Represents the time, in minutes, that defines when a cached copy of a report expires.
Inheritance Hierarchy
System.Object
ReportService2006.ExpirationDefinition
ReportService2006.TimeExpiration
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TimeExpiration _
Inherits ExpirationDefinition
'Usage
Dim instance As TimeExpiration
[SerializableAttribute]
public class TimeExpiration : ExpirationDefinition
[SerializableAttribute]
public ref class TimeExpiration : public ExpirationDefinition
[<SerializableAttribute>]
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 | Gets or sets the number of minutes that pass 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
The TimeExpiration class is passed as input to the GetCacheOptions and SetCacheOptions methods.
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.