ApplicationLifecycle.OnStarted Method

Raises the Started event.

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

Usage

'Usage
Dim sender As Object
Dim eventArgs As Object

Me.OnStarted(sender, eventArgs)

Syntax

'Declaration
Protected Sub OnStarted ( _
    sender As Object, _
    eventArgs As Object _
)
protected void OnStarted (
    Object sender,
    Object eventArgs
)
protected:
void OnStarted (
    Object^ sender, 
    Object^ eventArgs
)
protected void OnStarted (
    Object sender, 
    Object eventArgs
)
protected function OnStarted (
    sender : Object, 
    eventArgs : Object
)

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