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

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

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

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

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

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

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

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

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

ReadIfExists<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), ITransaction, Int64, ReadModifiers)
Read (according to the modifiers) any matching object from the space, returning null if there currently is none. Equivalent to read, 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)