Dela via


CachingInstrumentationProvider 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.

Defines the logical events that can be instrumented for the caching block.

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

Syntax

'Declaration
<InstrumentationListenerAttribute(GetType(CachingInstrumentationListener))> _
PublicClassCachingInstrumentationProvider
[InstrumentationListenerAttribute(typeof(CachingInstrumentationListener))]
publicclassCachingInstrumentationProvider
[InstrumentationListenerAttribute(typeof(CachingInstrumentationListener))]
publicref classCachingInstrumentationProvider
publicclass CachingInstrumentationProvider

Remarks

The concrete instrumentation is provided by an object bound to the events of the provider. The default listener, automatically bound during construction, is CachingInstrumentationListener.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Caching.Instrumentation.CachingInstrumentationProvider

See Also

CachingInstrumentationProvider 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.