ConfigurationElementManageabilityProviderBase<T> 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. |
Provides a default implementation for ConfigurationElementManageabilityProvider that splits policy overrides processing and WMI objects generation, performing approriate logging of policy processing errors.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
PublicMustInheritClassConfigurationElementManageabilityProviderBase(Of T As NamedConfigurationElement) _
Inherits ConfigurationElementManageabilityProvider
publicabstractclassConfigurationElementManageabilityProviderBase<T> : ConfigurationElementManageabilityProvider
where T : NamedConfigurationElement
generic<typename T>
where T : NamedConfigurationElement
publicref classConfigurationElementManageabilityProviderBaseabstract : public ConfigurationElementManageabilityProvider
JScript does not support generic types or methods.
Type Parameters
- T
The managed configuration element type. Must inherit from NamedConfigurationElement.
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationElementManageabilityProvider
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationElementManageabilityProviderBase<T>
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.CustomProviderDataManageabilityProvider<T>
Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Manageability.TraceListeners.TraceListenerDataManageabilityProvider<T>
See Also
ConfigurationElementManageabilityProviderBase<T> Members
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability 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. |