TraceTelemetry Constructor (String)

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

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

Usage

'Usage
Dim message As String

Dim instance As New TraceTelemetry(message)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public TraceTelemetry (
    string message
)
public:
TraceTelemetry (
    String^ message
)
public TraceTelemetry (
    String message
)
public function TraceTelemetry (
    message : String
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

TraceTelemetry Class
TraceTelemetry Members
Microsoft.ApplicationInsights.Contracts Namespace