Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore.Metrics Namespace / ActionMetricBase Class / Record Method

In This Topic
    Record Method
    In This Topic
    Record the request completion information
    Syntax
    'Declaration
     
    
    <NullableContextAttribute(1)>
    Public Sub Record( _
       ByVal context As HttpContext _
    ) 
    [NullableContext(1)]
    public void Record( 
       HttpContext context
    )

    Parameters

    context
    Remarks
    Writes an event metric for the request if metrics are enabled
    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