TimeExpiration Class
Represents the time, in minutes, that defines when a cached copy of a report expires.
Assembly: ReportService2006 (in ReportService2006.dll)
| Name | Description | |
|---|---|---|
![]() | TimeExpiration() | Initializes a new instance of the TimeExpiration class. |
| Name | Description | |
|---|---|---|
![]() | Minutes | Gets or sets the number of minutes that pass before a cached report expires. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The TimeExpiration class is passed as input to the GetCacheOptions and SetCacheOptions methods.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


