GigaSpaces XAP.NET Documentation
ReadById Method
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyReadById()()()
Members
IconMemberDescription
ReadById(Type, Object)
Reads an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) until a matching entry is avaliable.

ReadById(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) until a matching entry is avaliable.

ReadById(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) until a matching entry is avaliable.

ReadById(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) until a matching entry is avaliable.

ReadById(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) until a matching entry is avaliable.

ReadById<(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) until a matching entry is avaliable.

ReadById<(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) until a matching entry is avaliable.

ReadById<(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) until a matching entry is avaliable.

ReadById<(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) until a matching entry is avaliable.

ReadById<(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) until a matching entry is avaliable.

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