IAnalyticsMonitorTrackFeature(String, String) Method |
Tracks a feature use.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
IAnalyticsMonitorTrackedFeatureObject that can be used to 'end' the feature use, if measuring time spans is desired.
See Also