Interface IFeatureUsageTrackingSession<TReferenceType>
- Namespace
- Splat.Application
Performance Monitoring
- Assembly
- Splat.dll
Generic interface for a Feature Usage Tracking Session.
public interface IFeatureUsageTrackingSession<out TReferenceType> : IFeatureUsageTrackingSession, IDisposable
Type Parameters
TReferenceType
The Type for the Unique Tracking References.
- Inherited Members
- Extension Methods
Properties
FeatureReference
Gets the current Feature Usage Unique Reference.
Property Value
- TReference
Type
ParentReference
Gets the unique reference for the Parent Tracking Session, if any.
Property Value
- TReference
Type