Show / Hide Table of Contents

Interface IApplicationInsightsInterceptor

Represents an interface of the Insights telemetry interceptor component.

Namespace: Relativity.Testing.Framework
Assembly: Relativity.Testing.Framework.dll
Syntax
public interface IApplicationInsightsInterceptor

Properties

| Improve this Doc View Source

IsEnabled

Gets or sets a value indicating whether the interceptor is enabled.

Declaration
bool IsEnabled { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX