SpaceUnlockAll Method (ICollectionTuple) |
Batch Unlock operation
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxSpaceResultList UnlockAll(
ICollection<Tuple> tuples
)
Function UnlockAll (
tuples As ICollection(Of Tuple)
) As SpaceResultList
SpaceResultList^ UnlockAll(
ICollection<Tuple^>^ tuples
)
abstract UnlockAll :
tuples : ICollection<Tuple> -> SpaceResultList
Parameters
- tuples
- Type: System.Collections.GenericICollectionTuple
Collection of key tuples
Return Value
Type:
SpaceResultListSpaceResultList that contains SpaceResult.
See Also