This topic has not yet been rated - Rate this topic

__EventConsumerProviderCacheControl class

The __EventConsumerProviderCacheControl system class determines when WMI should release an event consumer provider. The __EventConsumerProviderCacheControl class is a singleton class. 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 __EventConsumerProviderCacheControl : CacheControl
{
  datetime ClearAfter;
};

Members

The __EventConsumerProviderCacheControl class inherits from CacheControl. __EventConsumerProviderCacheControl also has these types of members:

Properties

The __EventConsumerProviderCacheControl class has these properties.

ClearAfter
Data type: datetime
Access type: Read/write

Time interval after which WMI releases an event consumer provider. It may take up to twice the interval specified to unload the provider. The time is in interval format.

Remarks

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

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Namespace

\root

See also

WMI System Classes

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.