Click or drag to resize
SpaceCompareAndPutAll Method (ICollectionTuple, ICollectionTuple, PutOptions)
Batch CompareAndPut operation with PutOptions

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
SpaceResultList CompareAndPutAll(
	ICollection<Tuple> oldTuples,
	ICollection<Tuple> newTuples,
	PutOptions putOpts
)

Parameters

oldTuples
Type: System.Collections.GenericICollectionTuple
old tuples to be used to compare against existing values
newTuples
Type: System.Collections.GenericICollectionTuple
new tuples to be used to update existing values
putOpts
Type: Com.Tibco.As.SpacePutOptions
PutOptions with custom lock wait/lock/unlock options

Return Value

Type: SpaceResultList
SpaceResultList that contains SpaceResult
See Also