Search Results for

    Show / Hide Table of Contents
    View Source

    Class ProcessInstructionsResult

    Defines a result object for the ProcessInstructions(CacheRefresherCollection, ServerRole, CancellationToken, String, DateTime, Int32) operation.

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

    Properties

    View Source

    InstructionsWerePruned

    Declaration
    public bool InstructionsWerePruned { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    LastId

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

    NumberOfInstructionsProcessed

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

    Methods

    View Source

    AsCompleted(Int32, Int32)

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

    AsCompletedAndPruned(Int32, Int32)

    Declaration
    public static ProcessInstructionsResult AsCompletedAndPruned(int numberOfInstructionsProcessed, int lastId)
    Parameters
    Type Name Description
    System.Int32 numberOfInstructionsProcessed
    System.Int32 lastId
    Returns
    Type Description
    ProcessInstructionsResult
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • InstructionsWerePruned
      • LastId
      • NumberOfInstructionsProcessed
    • Methods
      • AsCompleted(Int32, Int32)
      • AsCompletedAndPruned(Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX