SecurityCacheProviderInstrumentationProvider.securityCacheReadPerformed 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 an object is read from the SecurityCacheProvider.

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

Syntax

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

See Also

SecurityCacheProviderInstrumentationProvider Class

Microsoft.Practices.EnterpriseLibrary.Security.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.