TimeoutType Enumeration

ScaleOut Software NamedCache API
Enumeration used to indicate the type of timeout an object uses.

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

public enum TimeoutType
Members

  Member nameValueDescription
Sliding0 The object uses a sliding timeout that is reset every time an object is accessed (either updated or read).
Absolute1 The object uses an absolute timeout.
ResetOnUpdate2 The object's timeout is reset when the object is updated, but it is not reset if the object is read.
See Also

Reference