Batch CompareAndTake operation with TakeOptions
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
Syntax
C# |
---|
SpaceResultList CompareAndTakeAll( ICollection<Tuple> oldTuples, TakeOptions takeOpts ) |
Visual Basic |
---|
Function CompareAndTakeAll ( _ oldTuples As ICollection(Of Tuple), _ takeOpts As TakeOptions _ ) As SpaceResultList |
Visual C++ |
---|
SpaceResultList^ CompareAndTakeAll( ICollection<Tuple^>^ oldTuples, TakeOptions^ takeOpts ) |
Parameters
- oldTuples
- Type: System.Collections.Generic..::..ICollection<(Of <(<'Tuple>)>)>
old tuples to be used to compare against existing values
- takeOpts
- Type: Com.Tibco.As.Space..::..TakeOptions
TakeOptions with custom lock wait/lock/unlock