A base class for web service that can send and receive historian data over REST (Representational State Transfer) interface.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class DataService : RestService, IDataService, IRestService, ISupportLifecycle, IDisposable, IPersistSettings
Public Class DataService _ Inherits RestService _ Implements IDataService, IRestService, ISupportLifecycle, IDisposable, _ IPersistSettings
public ref class DataService : public RestService, IDataService, IRestService, ISupportLifecycle, IDisposable, IPersistSettings
Members
All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
DataService()()() |
Initializes a new instance of historian data web service.
| |
Archive |
Gets or sets the IArchive used by the web service for its data.
| |
CanRead()()() | (Inherited from RestService.) | |
CanWrite()()() | (Inherited from RestService.) | |
Dispose()()() | (Inherited from RestService.) | |
Dispose(Boolean) | (Inherited from RestService.) | |
Enabled()()() | (Inherited from RestService.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize()()() | (Inherited from RestService.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Initialize()()() | (Inherited from RestService.) | |
LoadSettings()()() | (Inherited from RestService.) | |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OnServiceHostCreated()()() | (Inherited from RestService.) | |
OnServiceHostStarted()()() | (Inherited from RestService.) | |
OnServiceProcessException(Exception) | (Inherited from RestService.) | |
PersistSettings()()() | (Inherited from RestService.) | |
SaveSettings()()() | (Inherited from RestService.) | |
ServiceContract()()() | (Inherited from RestService.) | |
ServiceDataFlow()()() | (Inherited from RestService.) | |
ServiceHost()()() | (Inherited from RestService.) | |
ServiceHostCreated()()() | (Inherited from RestService.) | |
ServiceHostStarted()()() | (Inherited from RestService.) | |
ServiceProcessException()()() | (Inherited from RestService.) | |
ServiceUri()()() | (Inherited from RestService.) | |
SettingsCategory()()() | (Inherited from RestService.) | |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |||
RestService | |||
DataService | |||
MetadataService | |||
TimeSeriesDataService |