C# Class BlueCollar.Service.BlueCollarServiceSection

Implements the Blue Collar Service configuration section.
Inheritance: System.Configuration.ConfigurationSection
Exibir arquivo Open project: ChadBurggraf/blue-collar Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Refresh ( ) : void

Refreshes the currently loaded configuration settings to the latest values from the configuration file.

Method Details

Refresh() public static method

Refreshes the currently loaded configuration settings to the latest values from the configuration file.
public static Refresh ( ) : void
return void