Batch Take operation with TakeOptions

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
SpaceResultList TakeAll(
	ICollection<Tuple> tuples,
	TakeOptions takeOpts
)
Visual Basic
Function TakeAll ( 
	tuples As ICollection(Of Tuple),
	takeOpts As TakeOptions
) As SpaceResultList
Visual C++
SpaceResultList^ TakeAll(
	ICollection<Tuple^>^ tuples, 
	TakeOptions^ takeOpts
)
F#
abstract TakeAll : 
        tuples : ICollection<Tuple> * 
        takeOpts : TakeOptions -> SpaceResultList 

Parameters

tuples
Type: System.Collections.Generic..::..ICollection<(Of <(<'Tuple>)>)>
Collection of key tuples
takeOpts
Type: Com.Tibco.As.Space..::..TakeOptions
TakeOptions with custom lock wait/lock/unlock options

Return Value

Type: SpaceResultList
SpaceResultList that contains SpaceResult

See Also