Deli putem


LoggingInstrumentationProvider.lockAcquisitionError 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 timeout is detected while trying to acquire a lock in the log writer.

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

Syntax

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

See Also

LoggingInstrumentationProvider Class

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