GigaSpaces XAP.NET Documentation
Take<(Of <(T>)>) Method (template, tx, timeout)
Class LibraryGigaSpaces.CoreISpaceProxyTake<(Of <(T>)>)(T, ITransaction, Int64)
Take any matching object from the space, blocking until one exists. Return null if the timeout expires.
Declaration Syntax
C#Visual BasicVisual C++J#
T Take<T>(
	T template,
	ITransaction tx,
	long timeout
)
Function Take(Of T) ( _
	template As T, _
	tx As ITransaction, _
	timeout As Long _
) As T
generic<typename T>
T Take(
	T template, 
	ITransaction^ tx, 
	long long timeout
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of object to take.
Parameters
template (T)
The template used for matching.
tx (ITransaction)
The transaction (if any) under which to work.
timeout (Int64)
How long the client is willing to wait for a transactionally proper matching object.
Return Value
The object taken from the space (null if no match was found).
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.
EntryVersionConflictExceptionOperation is rejected as a result of optimistic locking version conflict.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)