StatusManagerConfigurationSectionHandler Class
Implements: IConfigurationSectionHandler
A IConfigurationSectionHandler that handles the statusManager configuration section.
Members
Creates an StatusManagerConfigurationSection for the specified configuration section.
Parameters
- parent (Object)
– The configuration settings in a corresponding parent configuration section.
- configContext (Object)
– An HttpConfigurationContext when Create is called from the ASP.NET configuration system. Otherwise, this parameter is reserved and is a null reference (Nothing in Visual Basic).
- section (XmlNode)
– The XmlNode that contains the configuration information from the configuration file. Provides direct access to the XML contents of the configuration section.
Return Value
Object – An StatusManagerConfigurationSection object.
StatusManagerConfigurationSectionHandler()
Initializes a new instance of the StatusManagerConfigurationSectionHandler class.
|