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

Represents the behavior required to provide Group Policy updates and to publish the ConfigurationSetting instances associated to a TraceListenerData.

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

Syntax

'Declaration
PublicMustInheritClassTraceListenerDataManageabilityProvider(Of T As TraceListenerData) _
    Inherits ConfigurationElementManageabilityProviderBase(Of T)
publicabstractclassTraceListenerDataManageabilityProvider<T> : ConfigurationElementManageabilityProviderBase<T>
where T : TraceListenerData
generic<typename T>
where T : TraceListenerData
publicref classTraceListenerDataManageabilityProviderabstract : public ConfigurationElementManageabilityProviderBase<T>
JScript does not support generic types or methods.

Type Parameters

  • T

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationElementManageabilityProvider
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationElementManageabilityProviderBase<T>
      Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Manageability.TraceListeners.TraceListenerDataManageabilityProvider<T>

See Also

TraceListenerDataManageabilityProvider<T> Members

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