C# Класс GSF.Historian.DataServices.DataService

Наследование: GSF.ServiceModel.SelfHostingService, IDataService
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Описание методов

DataService() защищенный Метод

Initializes a new instance of historian data web service.
protected DataService ( ) : System
Результат System

LoadSettings() публичный Метод

Loads saved web service settings from the config file if the GSF.Adapters.Adapter.PersistSettings property is set to true.
public LoadSettings ( ) : void
Результат void

OnServiceHostCreated() защищенный Метод

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
Результат void

SaveSettings() публичный Метод

Saves web service settings to the config file if the GSF.Adapters.Adapter.PersistSettings property is set to true.
public SaveSettings ( ) : void
Результат void