C# Class PDQTrackerServices.RuntimeConfigurationService

Inheritance: GSF.ServiceModel.SelfHostingService, IRuntimeConfigurationService
Show file Open project: GridProtectionAlliance/pdqtracker

Public Methods

Method Description
GetConfiguration ( string nodeName ) : Stream
LoadSettings ( ) : void

Loads saved RuntimeConfigurationService settings from the config file if the RestService.PersistSettings property is set to true.

RuntimeConfigurationService ( ) : System

Initializes a new instance of the RuntimeConfigurationService class.

SaveSettings ( ) : void

Saves RuntimeConfigurationService settings to the config file if the RestService.PersistSettings property is set to true.

Method Details

GetConfiguration() public method

public GetConfiguration ( string nodeName ) : Stream
nodeName string
return Stream

LoadSettings() public method

Loads saved RuntimeConfigurationService settings from the config file if the RestService.PersistSettings property is set to true.
public LoadSettings ( ) : void
return void

RuntimeConfigurationService() public method

Initializes a new instance of the RuntimeConfigurationService class.
public RuntimeConfigurationService ( ) : System
return System

SaveSettings() public method

Saves RuntimeConfigurationService settings to the config file if the RestService.PersistSettings property is set to true.
public SaveSettings ( ) : void
return void