Skip to content

Latest commit

 

History

History
91 lines (59 loc) · 2.06 KB

--objectprovidercachecontrol.md

File metadata and controls

91 lines (59 loc) · 2.06 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
Controls when a class or instance provider is unloaded.
4cbeb820-8a65-4fab-97f1-2a973b2a4310
multiple
__ObjectProviderCacheControl class
reference
05/31/2018
APIRef
kbSyntax
__ObjectProviderCacheControl
Root.__ObjectProviderCacheControl.ClearAfter
Schema
Root

__ObjectProviderCacheControl class

The __ObjectProviderCacheControl system class controls when a class or instance provider is unloaded. It is located 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

[singleton]
class __ObjectProviderCacheControl : __CacheControl
{
  datetime ClearAfter;
};

Members

The __ObjectProviderCacheControl class has these types of members:

Properties

The __ObjectProviderCacheControl class has these properties.

ClearAfter

Data type: datetime

Access type: Read/write

Time interval after which WMI releases an instance, class, or method provider. The time is in interval format.

Remarks

The __ObjectProviderCacheControl class is derived from __CacheControl. For more information about using this class, see Unloading a Provider.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root

See also

__CacheControl

WMI System Classes

Receiving Events at All Times