openPDC Historian Help
IDataService Interface
NamespacesTVA.Historian.DataServicesIDataService
Defines a web service that can send and receive historian data over REST (Representational State Transfer) interface.
Declaration Syntax
C#Visual BasicVisual C++
public interface IDataService : IRestService, 
	ISupportLifecycle, IDisposable, IPersistSettings
Public Interface IDataService _
	Implements IRestService, ISupportLifecycle, IDisposable, IPersistSettings
public interface class IDataService : IRestService, 
	ISupportLifecycle, IDisposable, IPersistSettings
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
Archive
Gets or sets the IArchive used by the web service for its data.

Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Enabled()()() (Inherited from ISupportLifecycle.)
Initialize()()() (Inherited from ISupportLifecycle.)
LoadSettings()()() (Inherited from IPersistSettings.)
PersistSettings()()() (Inherited from IPersistSettings.)
SaveSettings()()() (Inherited from IPersistSettings.)
ServiceContract()()() (Inherited from IRestService.)
ServiceDataFlow()()() (Inherited from IRestService.)
ServiceHost()()() (Inherited from IRestService.)
ServiceHostCreated()()() (Inherited from IRestService.)
ServiceHostStarted()()() (Inherited from IRestService.)
ServiceProcessException()()() (Inherited from IRestService.)
ServiceUri()()() (Inherited from IRestService.)
SettingsCategory()()() (Inherited from IPersistSettings.)

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252