Search Results for

    Show / Hide Table of Contents
    View Source

    Class ProcessInstructionsResult

    Defines a result object for the ProcessInstructions(CacheRefresherCollection, CancellationToken, string, int) operation.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public class ProcessInstructionsResult

    Properties

    View Source

    InstructionsWerePruned

    Declaration
    [Obsolete("Instruction pruning has been moved to a separate background job. Scheduled for removal in V18.")]
    public bool InstructionsWerePruned { get; }
    Property Value
    Type Description
    bool
    View Source

    LastId

    Declaration
    public int LastId { get; }
    Property Value
    Type Description
    int
    View Source

    NumberOfInstructionsProcessed

    Declaration
    public int NumberOfInstructionsProcessed { get; }
    Property Value
    Type Description
    int

    Methods

    View Source

    AsCompleted(int, int)

    Declaration
    public static ProcessInstructionsResult AsCompleted(int numberOfInstructionsProcessed, int lastId)
    Parameters
    Type Name Description
    int numberOfInstructionsProcessed
    int lastId
    Returns
    Type Description
    ProcessInstructionsResult
    View Source

    AsCompletedAndPruned(int, int)

    Declaration
    [Obsolete("Instruction pruning has been moved to a separate background job. Scheduled for removal in V18.")]
    public static ProcessInstructionsResult AsCompletedAndPruned(int numberOfInstructionsProcessed, int lastId)
    Parameters
    Type Name Description
    int numberOfInstructionsProcessed
    int lastId
    Returns
    Type Description
    ProcessInstructionsResult
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX