Click or drag to resize
SpacePutAll Method (ICollectionTuple, ICollectionPutOptions)
Batch Put 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 PutAll(
	ICollection<Tuple> tuples,
	ICollection<PutOptions> putOpts
)

Parameters

tuples
Type: System.Collections.GenericICollectionTuple
Collection of key tuples
putOpts
Type: System.Collections.GenericICollectionPutOptions
PutOptions with custom lock wait/lock/unlock options per tuple

Return Value

Type: SpaceResultList
SpaceResultList that contains the result of each put
See Also