Interface IRuntime
Defines the Umbraco runtime.
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IRuntimeProperties
View SourceState
Gets the runtime state.
Declaration
IRuntimeState State { get; }Property Value
| Type | Description | 
|---|---|
| IRuntimeState | 
Methods
View SourceRestartAsync()
Stops and Starts the runtime using the original cancellation token.
Declaration
Task RestartAsync()Returns
| Type | Description | 
|---|---|
| Task |