Interface IConfigurationService
Connects to a server to retrieve configurable data.
Namespace: Unity.DigitalTwins.Live.Sdk.Services.Interfaces
Assembly: solution.dll
Syntax
public interface IConfigurationService
Methods
GetDeviceSummaryAsync(String)
Retrieves a DeviceSummary asynchronously.
Declaration
Task<DeviceSummary> GetDeviceSummaryAsync(string deviceType)
Parameters
| Type | Name | Description |
|---|---|---|
| String | deviceType | The target device type. |
Returns
| Type | Description |
|---|---|
| Task<DeviceSummary> | The DeviceSummary. |
GetTimeSeriesPlotAsync(String)
Retrieves a TimeSeriesPlotConfiguration asynchronously.
Declaration
Task<TimeSeriesPlotConfiguration> GetTimeSeriesPlotAsync(string telemetryKey)
Parameters
| Type | Name | Description |
|---|---|---|
| String | telemetryKey | The target key value. |
Returns
| Type | Description |
|---|---|
| Task<TimeSeriesPlotConfiguration> |