Batch CompareAndTake operation
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
SpaceResultList CompareAndTakeAll(
ICollection<Tuple> oldTuples
) |
Visual Basic |
---|
Function CompareAndTakeAll (
oldTuples As ICollection(Of Tuple)
) As SpaceResultList |
Visual C++ |
---|
SpaceResultList^ CompareAndTakeAll(
ICollection<Tuple^>^ oldTuples
) |
F# |
---|
abstract CompareAndTakeAll :
oldTuples : ICollection<Tuple> -> SpaceResultList
|
Return Value
Type:
SpaceResultList
SpaceResultList that contains SpaceResult. When there is mismatch for that index position in the
SpaceResultList
GetTuple(Int32) will return a new tuple, otherwise it is same object
as given in old tuples
See Also