Search Results for

    Show / Hide Table of Contents

    Class RefreshInstructionEnvelope

    Used for any 'Batched' instances which specifies a set of targeting a collection of

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Sync
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class RefreshInstructionEnvelope

    Constructors

    RefreshInstructionEnvelope(ICacheRefresher, IEnumerable<RefreshInstruction>)

    Declaration
    public RefreshInstructionEnvelope(ICacheRefresher refresher, IEnumerable<RefreshInstruction> instructions)
    Parameters
    Type Name Description
    ICacheRefresher refresher
    System.Collections.Generic.IEnumerable<RefreshInstruction> instructions

    Properties

    Instructions

    Declaration
    public IEnumerable<RefreshInstruction> Instructions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<RefreshInstruction>

    Refresher

    Declaration
    public ICacheRefresher Refresher { get; set; }
    Property Value
    Type Description
    ICacheRefresher
    In This Article
    • Constructors
      • RefreshInstructionEnvelope(ICacheRefresher, IEnumerable<RefreshInstruction>)
    • Properties
      • Instructions
      • Refresher
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX