你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SessionStateTelemetry 构造函数

定义

重载

SessionStateTelemetry()

初始化 SessionStateTelemetry 类的新实例。

SessionStateTelemetry(SessionState)

使用指定的 SessionStateTelemetry 初始化 state 类的新实例。

SessionStateTelemetry()

初始化 SessionStateTelemetry 类的新实例。

public SessionStateTelemetry ();
Public Sub New ()

适用于

SessionStateTelemetry(SessionState)

使用指定的 SessionStateTelemetry 初始化 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)

参数

state
SessionState

一个 SessionState 指示用户会话状态的值。

适用于