GigaSpaces XAP.NET Documentation
Clear Method (template)
Class LibraryGigaSpaces.CoreISpaceProxyClear(Object)
Removes all matching entries under the default transaction from the space.
Declaration Syntax
C#Visual BasicVisual C++J#
void Clear(
	Object template
)
Sub Clear ( _
	template As Object _
)
void Clear(
	Object^ template
)
void Clear(
	Object template
)
Parameters
template (Object)
The template/query used for matching.
Exceptions
ExceptionCondition
UnusableEntryExceptionA serialized field of the object being read cannot be deserialized.
TransactionExceptionTransaction error occured.
InactiveSpaceExceptionThe space is in backup mode and therefore is not active.

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