EnterpriseManagementGroup.AutoRefreshCache Property

Definition

Gets or sets a value indicating whether methods that require a cache update perform the update immediately or asynchronously. Either way, the update is performed automatically.

public:
 virtual property bool AutoRefreshCache { bool get(); void set(bool value); };
public virtual bool AutoRefreshCache { get; set; }
member this.AutoRefreshCache : bool with get, set
Public Overridable Property AutoRefreshCache As Boolean

Property Value

true if methods that require a cache update will perform the update immediately; otherwise, false. The default is false.

Applies to