Update docummentation for NucuCar.Domain
This commit is contained in:
parent
27873e7def
commit
6f100abc1e
2 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@ namespace NucuCar.Domain.Telemetry
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Interface that specifies that the component implementing it is willing to provide telemetry data and can be
|
/// Interface that specifies that the component implementing it is willing to provide telemetry data and can be
|
||||||
/// registered to a publisher such as <see cref="TelemetryPublisherAzure"/>.
|
/// registered to a publisher such as <see cref="TelemetryPublisher"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface ITelemeter
|
public interface ITelemeter
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,7 +2,6 @@ namespace NucuCar.Domain.Telemetry
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// TelemetryPublisherType holds constants for instantiating <see cref="TelemetryPublisher"/>,
|
/// TelemetryPublisherType holds constants for instantiating <see cref="TelemetryPublisher"/>,
|
||||||
/// see <see cref="TelemetryPublisherFactory"/>.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static class TelemetryPublisherType
|
public static class TelemetryPublisherType
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue