Remove all cache items

WARNING: this will remove all the cache objects

Remarks

When updating all machine it may initiate many requests and impact network traffic and performance.

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Sub RemoveAllCacheItems ( _
	updateAllMachines As Boolean _
)
C#
public void RemoveAllCacheItems(
	bool updateAllMachines
)
Visual C++
public:
void RemoveAllCacheItems(
	bool updateAllMachines
)
JavaScript
function removeAllCacheItems(updateAllMachines);

Parameters

updateAllMachines
Type: System..::.Boolean

See Also