Click or drag to resize

IAnalyticsMonitor Interface

Interface for AnalyticsMonitorService.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IAnalyticsMonitor

The IAnalyticsMonitor type exposes the following members.

Methods
 NameDescription
Public methodTrackException Tracks an exception that has occurred.
Public methodTrackFeature(String, String) Tracks a feature use.
Public methodTrackFeature(Type, String, String) Tracks a feature use.
Top
Remarks
Implementations of this interface must be thread-safe.
See Also