CacheRefreshPlan Class

Represents a cache refresh plan.

Inheritance Hierarchy

System.Object
  ReportService2010.CacheRefreshPlan

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class CacheRefreshPlan
'Usage
Dim instance As CacheRefreshPlan
[SerializableAttribute]
public class CacheRefreshPlan
[SerializableAttribute]
public ref class CacheRefreshPlan
[<SerializableAttribute>]
type CacheRefreshPlan =  class end
public class CacheRefreshPlan

The CacheRefreshPlan type exposes the following members.

Constructors

  Name Description
Public method CacheRefreshPlan Creates a new instance of the CacheRefreshPlan class.

Top

Properties

  Name Description
Public property CacheRefreshPlanID Gets or sets the unique identifier for the cache refresh plan.
Public property Description Gets or sets the description of for the cache refresh plan.
Public property ItemPath Gets or sets the fully qualified URL of the item with which to associate the cache refresh plan, including the file name (and extension in SharePoint mode).
Public property LastExecuted Gets or sets the date and time that the cache refresh plan was last executed by the report server.
Public property LastRunStatus Gets the most recent execution status of the cache refresh plan.
Public property ModifiedBy Gets the user that last modified the cache refresh plan.
Public property ModifiedDate Gets or sets the date and time the cache refresh plan was last modified.
Public property State Gets or sets the state of the cache refresh plan.

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

A cache refresh plan is a user-defined schedule to preload a report cache or shared dataset cache based on certain criteria.

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.