Interface IFeatureUsageTrackingSession
- Namespace
- Splat.Application
Performance Monitoring
- Assembly
- Splat.dll
Base interface for a feature usage tracking session.
- Inherited Members
- Extension Methods
Properties
FeatureName
Gets the name of the Feature being tracked.
Property Value
Methods
OnException(Exception)
Notify the APM toolset an exception has occured in the current tracking session.
Parameters
exception
ExceptionThe exception that occurred.
SubFeature(string)
Starts a sub-feature usage tracking session on the current session.
Parameters
description
stringDescription of the sub-feature.
Returns
- IFeature
Usage Tracking Session The sub-feature usage tracking session.