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 Sub New ()

Applies to

SessionStateTelemetry(SessionState)

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

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

Parameters

state
SessionState

A SessionState value indicating state of the user session.

Applies to