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
Public method TimeExpiration Initializes a new instance of the TimeExpiration class.

Top

Properties

  Name Description
Public property Minutes Gets or sets the number of minutes that pass before a cached report expires.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference