Share via


CachingInstrumentationListener Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Provides the concrete instrumentation for the logical events raised by a CachingInstrumentationProvider object.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Caching.Instrumentation
Assembly:  Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)

Syntax

'Declaration
<HasInstallableResourcesAttribute> _
<PerformanceCountersDefinitionAttribute("Enterprise Library Caching Counters", "CounterCategoryHelpResourceName")> _
<EventLogDefinitionAttribute("Application", "Enterprise Library Caching")> _
PublicClassCachingInstrumentationListener _
    Inherits InstrumentationListener
[HasInstallableResourcesAttribute]
[PerformanceCountersDefinitionAttribute("Enterprise Library Caching Counters", "CounterCategoryHelpResourceName")]
[EventLogDefinitionAttribute("Application", "Enterprise Library Caching")]
publicclassCachingInstrumentationListener : InstrumentationListener
[HasInstallableResourcesAttribute]
[PerformanceCountersDefinitionAttribute(L"Enterprise Library Caching Counters", L"CounterCategoryHelpResourceName")]
[EventLogDefinitionAttribute(L"Application", L"Enterprise Library Caching")]
publicref classCachingInstrumentationListener : public InstrumentationListener
publicclass CachingInstrumentationListener extends InstrumentationListener

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentationListener
    Microsoft.Practices.EnterpriseLibrary.Caching.Instrumentation.CachingInstrumentationListener

See Also

CachingInstrumentationListener Members

Microsoft.Practices.EnterpriseLibrary.Caching.Instrumentation Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.