TimeExpiration Members
Include Protected Members
Include Inherited Members
Represents the time, in minutes, that defines when a cached copy of a report expires.
The TimeExpiration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TimeExpiration() | Initializes a new instance of the TimeExpiration class. |
Top
Methods
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.) |
Top
Properties
Name | Description | |
---|---|---|
Minutes | The number of minutes that passes before a cached report expires. |
Top