CreatePolicyTimeoutMinutes Property

ScaleOut Software NamedCache API
Gets/sets the timeout until the object expires, rounded to the nearest minute. 0 for an infinite timeout.

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

public int TimeoutMinutes { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if TimeoutMinutes is set to a value less than 0 or greater than 69,905.
See Also

Reference