Enum TimeoutType
Enumeration used to indicate the type of timeout an object uses.
public enum TimeoutType : byte
Fields
Absolute = 1The object uses an absolute timeout.
ResetOnUpdate = 2The object's timeout is reset when the object is updated, but it is not reset if the object is read.
Sliding = 0The object uses a sliding timeout that is reset every time an object is accessed (either updated or read).