__EventSinkCacheControl class

The __EventSinkCacheControl system class is used to determine when WMI releases an event consumer provider's IWbemUnboundObjectSink pointer. The __EventSinkCacheControl 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 __EventSinkCacheControl : CacheControl
{
  datetime ClearAfter;
};

Members

The __EventSinkCacheControl class has these types of members:

Properties

The __EventSinkCacheControl class has these properties.

ClearAfter

Data type: datetime

Access type: Read/write

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

Remarks

The __EventSinkCacheControl 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

WMI System Classes