EventTelemetry Constructor (String)

Initializes a new instance of the EventTelemetry Class.Initializes a new instance of the EventTelemetry Class.

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

Usage

'Usage
Dim name As String

Dim instance As New EventTelemetry(name)

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public EventTelemetry (
    string name
)
public:
EventTelemetry (
    String^ name
)
public EventTelemetry (
    String name
)
public function EventTelemetry (
    name : String
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

EventTelemetry Class
EventTelemetry Members
Microsoft.ApplicationInsights.Contracts Namespace