Dela via


CachingInstrumentationProvider.cacheFailed Event

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.

Occurs when a failure occurs in a CacheManager.

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

Syntax

'Declaration
<InstrumentationProviderAttribute("CacheFailed")> _
Public Event cacheFailedAs EventHandler(Of CacheFailureEventArgs)
[InstrumentationProviderAttribute("CacheFailed")]
public event EventHandler<CacheFailureEventArgs> cacheFailed
[InstrumentationProviderAttribute(L"CacheFailed")]
public:
 event EventHandler<CacheFailureEventArgs^>^ cacheFailed {
    voidadd (EventHandler<CacheFailureEventArgs^>^ value);
    voidremove (EventHandler<CacheFailureEventArgs^>^ value);
}
JScript does not support events.

See Also

CachingInstrumentationProvider Class

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.