Defines a web service that can send and receive historian data over REST (Representational State Transfer) interface.
| C# | Visual Basic | Visual C++ |
public interface IDataService : IRestService, ISupportLifecycle, IDisposable, IPersistSettings
Public Interface IDataService _ Implements IRestService, ISupportLifecycle, IDisposable, IPersistSettings
public interface class IDataService : IRestService, ISupportLifecycle, IDisposable, IPersistSettings
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| 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.) |