ComponentContextInitializer.Initialize Method

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

Usage

'Usage
Dim instance As ComponentContextInitializer
Dim context As TelemetryContext

instance.Initialize(context)

Syntax

'Declaration
Public Sub Initialize ( _
    context As TelemetryContext _
)
public void Initialize (
    TelemetryContext context
)
public:
virtual void Initialize (
    TelemetryContext^ context
) sealed
public final void Initialize (
    TelemetryContext context
)
public final function Initialize (
    context : TelemetryContext
)

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

ComponentContextInitializer Class
ComponentContextInitializer Members
Microsoft.ApplicationInsights.Extensibility Namespace