Click or drag to resize

ControllerBaseCacheOptionsIgnoreIfThisResult Property

The result retrieved from the action delegate will *not* be added to the cache if it equals this value.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Object IgnoreIfThisResult { get; set; }

Property Value

Type: Object
See Also