SessionStateTelemetry Constructors

Definition

Overloads

SessionStateTelemetry()

Initializes a new instance of the SessionStateTelemetry class.

SessionStateTelemetry(SessionState)

Initializes a new instance of the SessionStateTelemetry class with the specified state.

SessionStateTelemetry()

Initializes a new instance of the SessionStateTelemetry class.

public:
 SessionStateTelemetry();
public SessionStateTelemetry ();
Public Sub New ()

Applies to

SessionStateTelemetry(SessionState)

Initializes a new instance of the SessionStateTelemetry class with the specified state.

public:
 SessionStateTelemetry(Microsoft::VisualStudio::ApplicationInsights::DataContracts::SessionState state);
public SessionStateTelemetry (Microsoft.VisualStudio.ApplicationInsights.DataContracts.SessionState state);
new Microsoft.VisualStudio.ApplicationInsights.DataContracts.SessionStateTelemetry : Microsoft.VisualStudio.ApplicationInsights.DataContracts.SessionState -> Microsoft.VisualStudio.ApplicationInsights.DataContracts.SessionStateTelemetry
Public Sub New (state As SessionState)

Parameters

state
SessionState

A SessionState value indicating state of the user session.

Applies to