Click or drag to resize

IAnalyticsMonitorTrackFeature(Type, 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(
	Type featureClass,
	string? featureName = null,
	string? activationMethod = null
)

Parameters

featureClass  Type
Class containing the feature
featureName  String  (Optional)
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