ApplicationStoppingEventArgs Class

Encapsulates arguments of the Stopping event.

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

Usage

'Usage
Dim instance As ApplicationStoppingEventArgs

Syntax

'Declaration
Public Class ApplicationStoppingEventArgs
    Inherits EventArgs
public class ApplicationStoppingEventArgs : EventArgs
public ref class ApplicationStoppingEventArgs : public EventArgs
public class ApplicationStoppingEventArgs extends EventArgs
public class ApplicationStoppingEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.ApplicationInsights.Extensibility.ApplicationStoppingEventArgs

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

ApplicationStoppingEventArgs Members
Microsoft.ApplicationInsights.Extensibility Namespace