Класс TimeExpiration
Represents the time, in minutes, that defines when a cached copy of a report expires.
Иерархия наследования
System. . :: . .Object
ReportService2010. . :: . .ExpirationDefinition
ReportService2010..::..TimeExpiration
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class TimeExpiration _
Inherits ExpirationDefinition
'Применение
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
Тип TimeExpiration обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
TimeExpiration | Initializes a new instance of the TimeExpiration class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Minutes | Gets or sets the number of minutes that pass before a cached report expires. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
The TimeExpiration class is passed as input to the GetCacheOptions and SetCacheOptions methods.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.