Share via


InstrumentationService Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a web pages instrumentation service.

public class InstrumentationService
type InstrumentationService = class
Public Class InstrumentationService
Inheritance
InstrumentationService

Constructors

Name Description
InstrumentationService()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the InstrumentationService class.

Properties

Name Description
IsAvailable

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value indicating whether the service is available.

Methods

Name Description
BeginContext(HttpContextBase, String, TextWriter, Int32, Int32, Boolean)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Called before it renders the output for the specified context.

EndContext(HttpContextBase, String, TextWriter, Int32, Int32, Boolean)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Called after it renders the output for the specified context.

Applies to