Setter for the cache location

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 void SetCacheDir(
	string cacheDir
)
Visual Basic
Public Sub SetCacheDir ( _
	cacheDir As String _
)
Visual C++
public:
void SetCacheDir(
	String^ cacheDir
)

Parameters

cacheDir
Type: System..::..String
The directory to store the cache items

See Also