GigaSpaces XAP.NET Documentation
ReadIfExistsById Method
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyReadIfExistsById()()()
Members
IconMemberDescription
ReadIfExistsById(Type, Object)
Reads an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

ReadIfExistsById(Type, Object, Object)
Reads an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

ReadIfExistsById(Type, Object, Object, ITransaction)
Reads an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

ReadIfExistsById(Type, Object, Object, ITransaction, Int64)
Reads an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

ReadIfExistsById(Type, Object, Object, ITransaction, Int64, ReadModifiers)
Reads an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

ReadIfExistsById<(Of <(T>)>)(IdQuery<(Of <(T>)>))
Read an entry matching the specified id query from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

ReadIfExistsById<(Of <(T>)>)(IdQuery<(Of <(T>)>), ITransaction)
Read an entry matching the specified id query from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

ReadIfExistsById<(Of <(T>)>)(IdQuery<(Of <(T>)>), ITransaction, Int64)
Read an entry matching the specified id query from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

ReadIfExistsById<(Of <(T>)>)(IdQuery<(Of <(T>)>), ITransaction, Int64, ReadModifiers)
Read an entry matching the specified id query from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

ReadIfExistsById<(Of <(T>)>)(Object)
Reads an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

ReadIfExistsById<(Of <(T>)>)(Object, Object)
Reads an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

ReadIfExistsById<(Of <(T>)>)(Object, Object, ITransaction)
Reads an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

ReadIfExistsById<(Of <(T>)>)(Object, Object, ITransaction, Int64)
Reads an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

ReadIfExistsById<(Of <(T>)>)(Object, Object, ITransaction, Int64, ReadModifiers)
Reads an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) only if a matching entry exists and it is necessary to wait for transactional state to settle.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)