NamedCacheObjectMetadataTimeout Property

ScaleOut Software NamedCache API
Returns the expiration timeout value for the State Server object corresponding to this NamedCacheObjectMetadata instance.

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

public TimeSpan Timeout { get; }

Property Value

Type: TimeSpan
Remarks

If the State Server object was created with an infinite timeout (Zero) then Zero will be returned for Timeout.
See Also

Reference