A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Services.IRuntimeState.html below:

View Source Interface IRuntimeState

Represents the state of the Umbraco runtime.

Namespace: Umbraco.Cms.Core.Services Assembly: Umbraco.Core.dll Syntax
public interface IRuntimeState
Properties View Source BootFailedException

Gets the exception that caused the boot to fail.

Declaration
BootFailedException BootFailedException { get; }
Property Value View Source CurrentMigrationState

Gets the current migration state.

Declaration
string CurrentMigrationState { get; }
Property Value Type Description System.String View Source FinalMigrationState

Gets the final migration state.

Declaration
string FinalMigrationState { get; }
Property Value Type Description System.String View Source Level

Gets the runtime level of execution.

Declaration
RuntimeLevel Level { get; }
Property Value View Source Reason

Gets the reason for the runtime level of execution.

Declaration
RuntimeLevelReason Reason { get; }
Property Value View Source SemanticVersion

Gets the semantic version of the executing code.

Declaration
SemVersion SemanticVersion { get; }
Property Value View Source StartupState

Returns any state data that was collected during startup

Declaration
IReadOnlyDictionary<string, object> StartupState { get; }
Property Value Type Description IReadOnlyDictionary<System.String, System.Object> View Source Version

Gets the version of the executing code.

Declaration Property Value View Source

Gets the version comment of the executing code.

Declaration
string VersionComment { get; }
Property Value Type Description System.String Methods View Source Configure(RuntimeLevel, RuntimeLevelReason, Nullable<Exception>) Declaration
void Configure(RuntimeLevel level, RuntimeLevelReason reason, Exception? bootFailedException = null)
Parameters View Source DetermineRuntimeLevel()

Determines the runtime level.

Declaration
void DetermineRuntimeLevel()

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4