GigaSpaces XAP.NET Documentation
Clean Method (type)
Class LibraryGigaSpaces.CoreISpaceProxyClean(Type)
Deletes all data and metadata of the specified type from the space.
Declaration Syntax
C#Visual BasicVisual C++J#
void Clean(
	Type type
)
Sub Clean ( _
	type As Type _
)
void Clean(
	Type^ type
)
void Clean(
	Type type
)
Parameters
type (Type)
Type to remove from space.
Exceptions
ExceptionCondition
InactiveSpaceExceptionThe space is in backup mode and therefore is not active.

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