GigaSpaces XAP.NET Documentation
Take Method
Class LibraryGigaSpaces.CoreISpaceProxyTake()()()
Members
IconMemberDescription
Take<(Of <(T>)>)(T)
Take any matching object from the space, blocking until one exists. Return null if the timeout expires.

Take<(Of <(T>)>)(T, ITransaction)
Take any matching object from the space, blocking until one exists. Return null if the timeout expires.

Take<(Of <(T>)>)(T, Int64)
Take any matching object from the space, blocking until one exists. Return null if the timeout expires.

Take<(Of <(T>)>)(T, ITransaction, Int64)
Take any matching object from the space, blocking until one exists. Return null if the timeout expires.

Take<(Of <(T>)>)(T, ITransaction, Int64, TakeModifiers)
Take any matching object from the space, blocking until one exists. Return null if the timeout expires.

Take<(Of <(T>)>)(IQuery<(Of <(T>)>))
Take any matching object from the space, blocking until one exists. Return null if the timeout expires.

Take<(Of <(T>)>)(IQuery<(Of <(T>)>), ITransaction)
Take any matching object from the space, blocking until one exists. Return null if the timeout expires.

Take<(Of <(T>)>)(IQuery<(Of <(T>)>), Int64)
Take any matching object from the space, blocking until one exists. Return null if the timeout expires.

Take<(Of <(T>)>)(IQuery<(Of <(T>)>), ITransaction, Int64)
Take any matching object from the space, blocking until one exists. Return null if the timeout expires.

Take<(Of <(T>)>)(IQuery<(Of <(T>)>), ITransaction, Int64, TakeModifiers)
Take any matching object from the space, blocking until one exists. Return null if the timeout expires.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)