ApplicationLifecycle.Initialize Method

Intercepts platform specific events and hooks them up to our platform agnostic events.

Namespace: Microsoft.ApplicationInsights.Extensibility
Assembly: Microsoft.ApplicationInsights (in Microsoft.ApplicationInsights.dll)

Usage

'Usage

Me.Initialize

Syntax

'Declaration
Protected Overridable Sub Initialize
protected virtual void Initialize ()
protected:
virtual void Initialize ()
protected void Initialize ()
protected function Initialize ()

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

ApplicationLifecycle Class
ApplicationLifecycle Members
Microsoft.ApplicationInsights.Extensibility Namespace