Table of Contents

Enum TimeoutType

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Enumeration used to indicate the type of timeout an object uses.

public enum TimeoutType : byte

Fields

Absolute = 1

The object uses an absolute timeout.

ResetOnUpdate = 2

The object's timeout is reset when the object is updated, but it is not reset if the object is read.

Sliding = 0

The object uses a sliding timeout that is reset every time an object is accessed (either updated or read).