Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IServerRegistrationRepository

    Represents a repository for IServerRegistration entities.

    Namespace: Umbraco.Cms.Core.Persistence.Repositories
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IServerRegistrationRepository : IReadWriteQueryRepository<int, IServerRegistration>, IReadRepository<int, IServerRegistration>, IWriteRepository<IServerRegistration>, IQueryRepository<IServerRegistration>, IRepository

    Methods

    View Source

    ClearCache()

    Clears the server registration cache.

    Declaration
    void ClearCache()
    View Source

    DeactiveStaleServers(TimeSpan)

    Deactivates servers that have not been active within the specified timeout.

    Declaration
    void DeactiveStaleServers(TimeSpan staleTimeout)
    Parameters
    Type Name Description
    TimeSpan staleTimeout

    The timeout after which servers are considered stale.

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