__PropertyProviderCacheControl class

The __PropertyProviderCacheControl class controls the cache when a property provider is unloaded. This class exists only in the \root namespace.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class __PropertyProviderCacheControl
{
  datetime ClearAfter;
};

Members

The __PropertyProviderCacheControl class has these types of members:

Properties

The __PropertyProviderCacheControl class has these properties.

ClearAfter

Data type: datetime

Access type: Read/write

Time interval after WMI releases a property provider. The time is in the interval format.

Remarks

The __PropertyProviderCacheControl class is derived from __CacheControl. For more information, see Unloading a Provider.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
All WMI namespaces

See also

WMI System Classes