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

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

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

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

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

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

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

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

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

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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)