TuplePut Method (String, Int16) |
Given a name, stores the short value in the field with that name.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract Object Put(
string fieldName,
short value
)
Public MustOverride Function Put (
fieldName As String,
value As Short
) As Object
public:
virtual Object^ Put(
String^ fieldName,
short value
) abstract
abstract Put :
fieldName : string *
value : int16 -> Object
Parameters
- fieldName
- Type: SystemString
Name of field - value
- Type: SystemInt16
true or false
Return Value
Type:
ObjectOld value if it exists, null otherwise
See Also