C# Class GSF.Historian.DataServices.DataService

Inheritance: GSF.ServiceModel.SelfHostingService, IDataService
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode Description
LoadSettings ( ) : void

Loads saved web service settings from the config file if the GSF.Adapters.Adapter.PersistSettings property is set to true.

SaveSettings ( ) : void

Saves web service settings to the config file if the GSF.Adapters.Adapter.PersistSettings property is set to true.

Méthodes protégées

Méthode Description
DataService ( ) : System

Initializes a new instance of historian data web service.

OnServiceHostCreated ( ) : void

Raises the SelfHostingService.ServiceHostCreated event.

We override default behavior to update the default close timeout and to make sure the maximum number of items are allowed in the returned graph.

Method Details

DataService() protected méthode

Initializes a new instance of historian data web service.
protected DataService ( ) : System
Résultat System

LoadSettings() public méthode

Loads saved web service settings from the config file if the GSF.Adapters.Adapter.PersistSettings property is set to true.
public LoadSettings ( ) : void
Résultat void

OnServiceHostCreated() protected méthode

Raises the SelfHostingService.ServiceHostCreated event.
We override default behavior to update the default close timeout and to make sure the maximum number of items are allowed in the returned graph.
protected OnServiceHostCreated ( ) : void
Résultat void

SaveSettings() public méthode

Saves web service settings to the config file if the GSF.Adapters.Adapter.PersistSettings property is set to true.
public SaveSettings ( ) : void
Résultat void