Setup Method

Glimpse API

TraceInspector Setup Method Glimpse API Documentation
Setups the specified context.

Namespace: Glimpse.Core.Inspector
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public void Setup(
	IInspectorContext context
)
public void Setup(
	IInspectorContext context
)

Parameters

context
Type: Glimpse.Core.Extensibility IInspectorContext
The context.

Implements

IInspector Setup(IInspectorContext)
Remarks

Executed during the Initialize  phase of system startup. Specifically, with the ASP.NET provider, this is wired to/implemented by the System.Web.IHttpModule.Init method.
See Also