Class ConflictResolution
Inheritance
System.Object
ConflictResolution
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class ConflictResolution
Constructors
ConflictResolution()
An empty constructor for the Conflict Resolution class.
Declaration
public ConflictResolution()
ConflictResolution(ResolutionAction)
The ConflictResolution is used to resolve the conflict.
Declaration
public ConflictResolution(ResolutionAction resolutionAction)
Parameters
Type | Name | Description |
---|---|---|
ResolutionAction | resolutionAction | Makes decisions regarding keeping or ignoring items in the cache. |
Properties
ResolutionAction
This class provides implementation to take required action e.g., to keep or ignore the cache item to resolve the conflict.
Declaration
public ResolutionAction ResolutionAction { get; set; }
Property Value
Type | Description |
---|---|
ResolutionAction | Ignores or keeps the cache item to resolve the conflict. |