SessionContext Class
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.
Encapsulates information about a user session.
public ref class SessionContext sealed : Microsoft::VisualStudio::ApplicationInsights::DataContracts::IJsonSerializable
public sealed class SessionContext : Microsoft.VisualStudio.ApplicationInsights.DataContracts.IJsonSerializable
type SessionContext = class
interface IJsonSerializable
Public NotInheritable Class SessionContext
Implements IJsonSerializable
- Inheritance
-
SessionContext
- Implements
Properties
Id |
Gets or sets the application-defined session ID. |
IsFirst |
Gets or sets the IsFirst Session for the user. |
Explicit Interface Implementations
IJsonSerializable.Serialize(IJsonWriter) |