EvalObjectDisposition Enumeration

ScaleOut Software NamedCache API
Specifies the desired disposition of the target object following execution of an eval method.

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public enum EvalObjectDisposition
Members

  Member nameValueDescription
NoAction0 Take no action.
Update1 Update the object in the StateServer store.
Delete2 Remove the object from the StateServer store.
See Also

Reference