Click or drag to resize
SpaceUnlockAll Method (ICollectionTuple, UnlockOptions)
Batch Unlock operation with UnlockOptions

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 UnlockAll(
	ICollection<Tuple> tuples,
	UnlockOptions unlockOpts
)

Parameters

tuples
Type: System.Collections.GenericICollectionTuple
Collection of key tuples
unlockOpts
Type: Com.Tibco.As.SpaceUnlockOptions
unlock options with custom lock wait

Return Value

Type: SpaceResultList
SpaceResultList that contains SpaceResult.
See Also