Class RefreshInstructionEnvelope
Used for any 'Batched' instances which specifies a set of targeting a collection of
Inheritance
System.Object
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 |
|