Click or drag to resize
SpaceLockAll Method (ICollectionTuple, LockOptions)
Batch lock operation with LockOptions

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 LockAll(
	ICollection<Tuple> tuples,
	LockOptions lockOpts
)

Parameters

tuples
Type: System.Collections.GenericICollectionTuple
Collection of key tuples
lockOpts
Type: Com.Tibco.As.SpaceLockOptions
Lock options with custom lock wait/forget/lock scope options

Return Value

Type: SpaceResultList
SpaceResultList that contains SpaceResult.
See Also