GigaSpaces XAP.NET Documentation
Clear Method (tx)
Class LibraryGigaSpaces.CoreISpaceProxyClear(ITransaction)
Removes all entries under the specified transaction from the space.
Declaration Syntax
C#Visual BasicVisual C++J#
void Clear(
	ITransaction tx
)
Sub Clear ( _
	tx As ITransaction _
)
void Clear(
	ITransaction^ tx
)
void Clear(
	ITransaction tx
)
Parameters
tx (ITransaction)
The transaction (if any) under which to work.
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)