Search Results for

    Show / Hide Table of Contents
    View Source

    Class InitializeWebProfiling

    Initialized the web profiling. Ensures the boot process profiling is stopped.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Profiler
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class InitializeWebProfiling : INotificationHandler<UmbracoApplicationStartingNotification>

    Constructors

    View Source

    InitializeWebProfiling(IProfiler, ILogger<InitializeWebProfiling>)

    Initializes a new instance of the InitializeWebProfiling class.

    Declaration
    public InitializeWebProfiling(IProfiler profiler, ILogger<InitializeWebProfiling> logger)
    Parameters
    Type Name Description
    IProfiler profiler
    Microsoft.Extensions.Logging.ILogger<InitializeWebProfiling> logger

    Methods

    View Source

    Handle(UmbracoApplicationStartingNotification)

    Handles a notification

    Declaration
    public void Handle(UmbracoApplicationStartingNotification notification)
    Parameters
    Type Name Description
    UmbracoApplicationStartingNotification notification
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • InitializeWebProfiling(IProfiler, ILogger<InitializeWebProfiling>)
    • Methods
      • Handle(UmbracoApplicationStartingNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX