Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore.Metrics Namespace / ActionMetricBase Class / AgentSessionId Property

In This Topic
    AgentSessionId Property (ActionMetricBase)
    In This Topic
    Id from JavaScript agent for session
    Syntax
    'Declaration
     
    
    <EventMetricValueAttribute("AgentSessionId", 
       SummaryFunction.Count, 
       "", 
       Caption="Agent Session Id", 
       Description="Id from JavaScript agent for session")>
    <JsonPropertyNameAttribute("LoupeAgentSessionId")>
    Public ReadOnly Property AgentSessionId As String
    [EventMetricValue("AgentSessionId", 
       SummaryFunction.Count, 
       "", 
       Caption="Agent Session Id", 
       Description="Id from JavaScript agent for session")]
    [JsonPropertyName("LoupeAgentSessionId")]
    public string AgentSessionId {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also