Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDatabaseAvailabilityCheck

    Checks if a configured database is available on boot.

    Namespace: Umbraco.Cms.Infrastructure.Persistence
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IDatabaseAvailabilityCheck

    Methods

    View Source

    IsDatabaseAvailable(IUmbracoDatabaseFactory)

    Checks if the database is available for Umbraco to boot.

    Declaration
    bool IsDatabaseAvailable(IUmbracoDatabaseFactory databaseFactory)
    Parameters
    Type Name Description
    IUmbracoDatabaseFactory databaseFactory

    The IUmbracoDatabaseFactory.

    Returns
    Type Description
    bool

    A value indicating whether the database is available.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX