GigaSpaces XAP.NET Documentation
ReadMultiple Method
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyReadMultiple()()()
Members
IconMemberDescription
ReadMultiple<(Of <(T>)>)(T)
Read an array of matching objects from the space. Matching is done as in read with no timeout.

ReadMultiple<(Of <(T>)>)(T, ITransaction)
Read an array of matching objects from the space. Matching is done as in read with no timeout.

ReadMultiple<(Of <(T>)>)(T, Int32)
Read an array of matching objects from the space. Matching is done as in read with no timeout.

ReadMultiple<(Of <(T>)>)(T, ITransaction, Int32)
Read an array of matching objects from the space. Matching is done as in read with no timeout.

ReadMultiple<(Of <(T>)>)(T, ITransaction, Int32, ReadModifiers)
Read (according to the modifiers) an array of matching objects from the space. Matching is done as in read with no timeout.

ReadMultiple<(Of <(T>)>)(IQuery<(Of <(T>)>))
Read an array of matching objects from the space. Matching is done as in read with no timeout.

ReadMultiple<(Of <(T>)>)(IQuery<(Of <(T>)>), ITransaction)
Read an array of matching objects from the space. Matching is done as in read with no timeout.

ReadMultiple<(Of <(T>)>)(IQuery<(Of <(T>)>), Int32)
Read an array of matching objects from the space. Matching is done as in read with no timeout.

ReadMultiple<(Of <(T>)>)(IQuery<(Of <(T>)>), ITransaction, Int32)
Read an array of matching objects from the space. Matching is done as in read with no timeout.

ReadMultiple<(Of <(T>)>)(IQuery<(Of <(T>)>), ITransaction, Int32, ReadModifiers)
Read (according to the modifiers) an array of matching objects from the space. Matching is done as in read with no timeout.

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