Class ExceptionlessFeatureUsageTrackingSession
- Namespace
- Splat
- Assembly
- Splat.Exceptionless.dll
Feature Usage Tracking integration for Exceptionless.
public sealed class ExceptionlessFeatureUsageTrackingSession : IFeatureUsageTrackingSession<Guid>, IFeatureUsageTrackingSession, IDisposable
- Inheritance
-
Exceptionless
Feature Usage Tracking Session
- Implements
- Extension Methods
Constructors
ExceptionlessFeatureUsageTrackingSession(string)
Initializes a new instance of the Exceptionless
Parameters
featureName
stringName of the feature.
Properties
FeatureName
Gets the name of the Feature being tracked.
Property Value
FeatureReference
Gets the current Feature Usage Unique Reference.
Property Value
ParentReference
Gets the unique reference for the Parent Tracking Session, if any.
Property Value
Methods
Dispose()
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.