ObjectDisposition Enumeration

ScaleOut Software NamedCache API
An enumeration used to indicate to StateServer the disposition of an expired object upon return from a StateServer event handler.

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

public enum ObjectDisposition
Members

  Member nameValueDescription
Save1 The client would like to keep the object in the store.
Remove2 The client would like the object removed from the store.
NotHandled-1 The client has not handled the event; the object will be removed.
See Also

Reference