Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRuntime

    Defines the Umbraco runtime.

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IRuntime

    Properties

    View Source

    State

    Gets the runtime state.

    Declaration
    IRuntimeState State { get; }
    Property Value
    Type Description
    IRuntimeState

    Methods

    View Source

    RestartAsync()

    Stops and Starts the runtime using the original cancellation token.

    Declaration
    Task RestartAsync()
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • State
    • Methods
      • RestartAsync()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX