GigaSpaces XAP.NET Documentation
TakeIfExists Method
Class LibraryGigaSpaces.CoreISpaceProxyTakeIfExists()()()()
Members
IconMemberDescription
TakeIfExists<(Of <<'(T>)>>)(T)
Take any matching object from the space, returning null if there currently is none. Equivalent to take, except that blocking is done only if necessary to wait for transactional state to settle.

TakeIfExists<(Of <<'(T>)>>)(T, ITransaction)
Take any matching object from the space, returning null if there currently is none. Equivalent to take, except that blocking is done only if necessary to wait for transactional state to settle.

TakeIfExists<(Of <<'(T>)>>)(T, Int64)
Take any matching object from the space, returning null if there currently is none. Equivalent to take, except that blocking is done only if necessary to wait for transactional state to settle.

TakeIfExists<(Of <<'(T>)>>)(T, ITransaction, Int64)
Take any matching object from the space, returning null if there currently is none. Equivalent to take, except that blocking is done only if necessary to wait for transactional state to settle.

TakeIfExists<(Of <<'(T>)>>)(T, ITransaction, Int64, TakeModifiers)
Take any matching object from the space, returning null if there currently is none. Equivalent to take, except that blocking is done only if necessary to wait for transactional state to settle.

TakeIfExists<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>))
Take any matching object from the space, returning null if there currently is none. Equivalent to take, except that blocking is done only if necessary to wait for transactional state to settle.

TakeIfExists<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), ITransaction)
Take any matching object from the space, returning null if there currently is none. Equivalent to take, except that blocking is done only if necessary to wait for transactional state to settle.

TakeIfExists<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), Int64)
Take any matching object from the space, returning null if there currently is none. Equivalent to take, except that blocking is done only if necessary to wait for transactional state to settle.

TakeIfExists<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), ITransaction, Int64)
Take any matching object from the space, returning null if there currently is none. Equivalent to take, except that blocking is done only if necessary to wait for transactional state to settle.

TakeIfExists<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), ITransaction, Int64, TakeModifiers)
Take any matching object from the space, returning null if there currently is none. Equivalent to take, except that blocking is done only if necessary to wait for transactional state to settle.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)