ApplicationLifecycle.Service Property

Gets the singleton instance for our management object.

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

Usage

'Usage
Dim value As ApplicationLifecycle

value = ApplicationLifecycle.Service

Syntax

'Declaration
Public Shared Property Service As ApplicationLifecycle
public static ApplicationLifecycle Service { get; }
public:
static property ApplicationLifecycle^ Service {
    ApplicationLifecycle^ get ();
}
/** @property */
public static ApplicationLifecycle get_Service ()
public static function get Service () : ApplicationLifecycle

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