Click or drag to resize

IAnalyticsMonitorTrackFeature(String, String) Method

Tracks a feature use.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IAnalyticsMonitorTrackedFeature TrackFeature(
	string featureName,
	string? activationMethod = null
)

Parameters

featureName  String
Name of the feature
activationMethod  String  (Optional)
Method used to 'activate' the feature (e.g. Menu, Toolbar, Shortcut, etc.)

Return Value

IAnalyticsMonitorTrackedFeature
Object that can be used to 'end' the feature use, if measuring time spans is desired.
See Also