CacheRefreshPlanState Class

Contains properties that indicate the state of a cache refresh plan.

Inheritance Hierarchy

System.Object
  ReportService2010.CacheRefreshPlanState

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

Syntax

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

The CacheRefreshPlanState type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property CachingNotEnabledOnItem Gets or sets a Boolean value that indicates whether an error occurred because caching is not enabled in the report or shared dataset.
Public property InvalidParameterValue Gets or sets a Boolean value that indicates whether an error occurred because the parameter values stored with the cache refresh plan are invalid.
Public property MissingParameterValue Gets or sets a Boolean value that indicates whether an error occurred because required query parameters are missing.
Public property UnknownItemParameter Gets or sets a Boolean value that indicates whether an error occurred because an unknown parameter is provided in 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

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.