Remove all cache items
Namespace:
MicroMighty.SDK.Net.ToolsWARNING: this will remove all the cache objects
Remarks
When updating all machine it may initiate many requests and impact network traffic and performance.
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