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

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

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

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