Method | 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.
|
Method | 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. |