Returns and atomically removes from the space the tuple (if one exists) whose Tuple key fields match the
key fields of the Tuple provided.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
Tuple Take(
Tuple tuple
) |
Visual Basic |
---|
Function Take (
tuple As Tuple
) As Tuple |
Visual C++ |
---|
Tuple^ Take(
Tuple^ tuple
) |
F# |
---|
abstract Take :
tuple : Tuple -> Tuple
|
Return Value
Type:
Tuple
The current tuple if there is an entry for the key tuple
See Also