CreatePolicyTimeout Property

ScaleOut Software NamedCache API
Gets/sets the timeout until the object expires, with a minimum granularity of one second. Use Zero for an infinite timeout.

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

public TimeSpan Timeout { get; set; }

Property Value

Type: TimeSpan
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if Timeout is set to a value less than 0 seconds or greater than 4,194,303 seconds (69,905 minutes).
See Also

Reference