Share via


CustomHandlerDataManageabilityProvider 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 CustomHandlerData 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 CustomHandlerDataManageabilityProvider _
    Inherits CustomProviderDataManageabilityProvider(Of CustomHandlerData)
public class CustomHandlerDataManageabilityProvider : CustomProviderDataManageabilityProvider<CustomHandlerData>
public ref class CustomHandlerDataManageabilityProvider : public CustomProviderDataManageabilityProvider<CustomHandlerData^>
public class CustomHandlerDataManageabilityProvider extends CustomProviderDataManageabilityProvider<CustomHandlerData>

Inheritance Hierarchy

System.Object
  ConfigurationElementManageabilityProvider
    ConfigurationElementManageabilityProviderBase<CustomHandlerData>
      CustomProviderDataManageabilityProvider<CustomHandlerData>
        Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Manageability.CustomHandlerDataManageabilityProvider

See Also

CustomHandlerDataManageabilityProvider Members

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