Search Results for

    Show / Hide Table of Contents
    View Source

    Class RefreshInstructionEnvelope

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

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

    Constructors

    View Source

    RefreshInstructionEnvelope(ICacheRefresher, IEnumerable<RefreshInstruction>)

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

    Properties

    View Source

    Instructions

    Declaration
    public IEnumerable<RefreshInstruction> Instructions { get; set; }
    Property Value
    Type Description
    IEnumerable<RefreshInstruction>
    View Source

    Refresher

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