SpaceTakeAll Method (ICollectionTuple, TakeOptions) |
Batch Take operation with TakeOptions
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxSpaceResultList TakeAll(
ICollection<Tuple> tuples,
TakeOptions takeOpts
)
Function TakeAll (
tuples As ICollection(Of Tuple),
takeOpts As TakeOptions
) As SpaceResultList
SpaceResultList^ TakeAll(
ICollection<Tuple^>^ tuples,
TakeOptions^ takeOpts
)
abstract TakeAll :
tuples : ICollection<Tuple> *
takeOpts : TakeOptions -> SpaceResultList
Parameters
- tuples
- Type: System.Collections.GenericICollectionTuple
Collection of key tuples - takeOpts
- Type: Com.Tibco.As.SpaceTakeOptions
TakeOptions with custom lock wait/lock/unlock options
Return Value
Type:
SpaceResultListSpaceResultList that contains SpaceResult
See Also