SessionStateTelemetry Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SessionStateTelemetry() |
Initializes a new instance of the SessionStateTelemetry class. |
SessionStateTelemetry(SessionState) |
Initializes a new instance of the SessionStateTelemetry class with the specified |
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.