aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Telemetry/ITelemetryDestination.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2025-07-29 02:05:52 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2025-07-29 02:05:52 +0300
commit3f86a214b4459e619a5a767369b996e56cd17564 (patch)
treea71b6c68ac219183a6cc2bbb5ee4206fd8e053f0 /Software/Visual_Studio/Tango.Telemetry/ITelemetryDestination.cs
parent70f9f4dcbe3d4537ff2bd503f18288b9a7b0e19e (diff)
downloadTango-3f86a214b4459e619a5a767369b996e56cd17564.tar.gz
Tango-3f86a214b4459e619a5a767369b996e56cd17564.zip
Exponential Backoff
Diffstat (limited to 'Software/Visual_Studio/Tango.Telemetry/ITelemetryDestination.cs')
-rw-r--r--Software/Visual_Studio/Tango.Telemetry/ITelemetryDestination.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Telemetry/ITelemetryDestination.cs b/Software/Visual_Studio/Tango.Telemetry/ITelemetryDestination.cs
index 7c1c1032b..a8cc46fd5 100644
--- a/Software/Visual_Studio/Tango.Telemetry/ITelemetryDestination.cs
+++ b/Software/Visual_Studio/Tango.Telemetry/ITelemetryDestination.cs
@@ -9,6 +9,7 @@ namespace Tango.Telemetry
public interface ITelemetryDestination : IDisposable
{
bool Enable { get; set; }
+ String Name { get; }
IReadOnlyList<TelemetrySource> SupportedSources { get; }
Task Publish(TelemetryPublishPackage package, List<KeyValuePair<String, String>> properties);
}