BasicCustomTraceListenerData.Reset Method

Resets the internal state of the SystemDiagnosticsTraceListenerData object, including the locks and the properties collection.

Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

protected override void Reset(
    ConfigurationElement parentElement
)
'Declaration
Protected Overrides Sub Reset ( 
    parentElement As ConfigurationElement
)
protected:
virtual void Reset(
    ConfigurationElement^ parentElement
) override

Parameters

See Also

BasicCustomTraceListenerData Class

BasicCustomTraceListenerData Members

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration Namespace