GigaSpaces XAP.NET Documentation
Clean Method
Class LibraryGigaSpaces.CoreISpaceProxyClean()()()
Deletes all data and metadata from the space, terminates all threads and re-initializes the engine.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Since 8.0.2 - The processing unit instance that contain this space instance should be restarted instead, or if the entire space was meant to be cleaned, the entire processing unit should be undeployed and redeployed. Using this method is strongly not recommended because it will not invoke any space mode change events registered components and it is not a cluster wide operation.")]
void Clean()
<ObsoleteAttribute("Since 8.0.2 - The processing unit instance that contain this space instance should be restarted instead, or if the entire space was meant to be cleaned, the entire processing unit should be undeployed and redeployed. Using this method is strongly not recommended because it will not invoke any space mode change events registered components and it is not a cluster wide operation.")> _
Sub Clean
[ObsoleteAttribute(L"Since 8.0.2 - The processing unit instance that contain this space instance should be restarted instead, or if the entire space was meant to be cleaned, the entire processing unit should be undeployed and redeployed. Using this method is strongly not recommended because it will not invoke any space mode change events registered components and it is not a cluster wide operation.")]
void Clean()
/** @attribute ObsoleteAttribute("Since 8.0.2 - The processing unit instance that contain this space instance should be restarted instead, or if the entire space was meant to be cleaned, the entire processing unit should be undeployed and redeployed. Using this method is strongly not recommended because it will not invoke any space mode change events registered components and it is not a cluster wide operation.") */
void Clean()
Exceptions
ExceptionCondition
InactiveSpaceExceptionThe space is in backup mode and therefore is not active.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.5.2.8900 (9.5.2.8900)