SpacePut Method (Tuple, PutOptions) |
Stores a tuple into the space and returns the corresponding entry, and allows you to specify
a lock wait value, lock or unlock value, and a forget value.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxTuple Put(
Tuple tuple,
PutOptions putOpts
)
Function Put (
tuple As Tuple,
putOpts As PutOptions
) As Tuple
Tuple^ Put(
Tuple^ tuple,
PutOptions^ putOpts
)
abstract Put :
tuple : Tuple *
putOpts : PutOptions -> Tuple
Parameters
- tuple
- Type: Com.Tibco.As.SpaceTuple
The tuple to be stored. - putOpts
- Type: Com.Tibco.As.SpacePutOptions
Put options to specify custom lock wait, lock/unlock/forget options.
Return Value
Type:
Tuple
The old tuple if it exists
See Also