C# 클래스 GSF.Historian.DataServices.DataService

상속: GSF.ServiceModel.SelfHostingService, IDataService
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
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