Initialize Method

Glimpse API

IGlimpseRuntime Initialize Method Glimpse API Documentation
Initializes this instance.

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

Syntax

Return Value

true if system initialized successfully, false otherwise
Remarks

Typically used to wire up framework events to the corresponding runtime methods. Depending on framework implementation, this could be called multiple times per "application pool" recycle. Specifically, with the ASP.NET provider, this is wired to/implemented by the Init method.
See Also