GigaSpaces XAP.NET Documentation
Take<(Of <(T>)>) Method (template)
Class LibraryGigaSpaces.CoreISpaceProxyTake<(Of <(T>)>)(T)
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
)
Function Take(Of T) ( _
	template As T _
) As T
generic<typename T>
T Take(
	T template
)
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.
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: 7.1.4.4750 (7.1.4.4750)