IAnalyticsMonitorTrackedFeature Interface |
Allows marking the end-time of feature uses.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic interface IAnalyticsMonitorTrackedFeature
The IAnalyticsMonitorTrackedFeature type exposes the following members.
Methods| | Name | Description |
|---|
 | EndTracking |
Marks the tracked feature usage as completed.
|
Top
RemarksImplementations of this interface must be thread-safe.
See Also