StandardEndpointElement::Reset Method (ConfigurationElement^)

.NET Framework (current version)
 

Resets the internal state of the ConfigurationElement object, including the locks and the properties collections.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

protected:
[SecurityCriticalAttribute]
virtual void Reset(
	ConfigurationElement^ parentElement
) override

Parameters

parentElement
Type: System.Configuration::ConfigurationElement^

The top level of a configuration element that has sub-elements.

.NET Framework
Available since 4.0
Return to top
Show: