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

The latest Enterprise Library information can be found at the Enterprise Library site.

Provides an implementation for WrapHandlerData that splits policy overrides processing and WMI objects generation, performing appropriate logging of policy processing errors.

Namespace:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Manageability
Assembly:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll)

Syntax

'Declaration
Public Class ReplaceHandlerDataManageabilityProvider _
    Inherits ConfigurationElementManageabilityProviderBase(Of ReplaceHandlerData)
public class ReplaceHandlerDataManageabilityProvider : ConfigurationElementManageabilityProviderBase<ReplaceHandlerData>
public ref class ReplaceHandlerDataManageabilityProvider : public ConfigurationElementManageabilityProviderBase<ReplaceHandlerData^>
public class ReplaceHandlerDataManageabilityProvider extends ConfigurationElementManageabilityProviderBase<ReplaceHandlerData>

Inheritance Hierarchy

System.Object
  ConfigurationElementManageabilityProvider
    ConfigurationElementManageabilityProviderBase<ReplaceHandlerData>
      Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Manageability.ReplaceHandlerDataManageabilityProvider

See Also

ReplaceHandlerDataManageabilityProvider Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Manageability Namespace