Getter for the cache item expiry

Namespace: Mobi.Mtld.DeviceAtlas.Cloud
Assembly: DeviceAtlasCloudClient-1.1 (in DeviceAtlasCloudClient-1.1.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public int GetCacheItemExpirySeconds()
Visual Basic
Public Function GetCacheItemExpirySeconds As Integer
Visual C++
public:
int GetCacheItemExpirySeconds()

Return Value

The number of seconds to allow before an item in the cache expires

See Also