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

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

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

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

TakeMultiple<(Of <<'(T>)>>)(T, ITransaction, Int32, TakeModifiers)
Take an array of matching objects from the space. Matching is done as in Take with no timeout.

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

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

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

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

TakeMultiple<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), ITransaction, Int32, TakeModifiers)
Take an array of matching objects from the space. Matching is done as in Take with no timeout.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)