Property Cancel
Cancel
Gets or sets a value indicating whether this eviction should be cancelled.
public bool Cancel { get; set; }
Property Value
- bool
trueto prevent this memory from being evicted (the next candidate will be evaluated instead);false(default) to allow the eviction.