Given a name, stores the int 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 PutInt(
string fieldName,
int value
)
Public MustOverride Function PutInt (
fieldName As String,
value As Integer
) As Object
public:
virtual Object^ PutInt(
String^ fieldName,
int value
) abstract
abstract PutInt :
fieldName : string *
value : int -> Object
Parameters
- fieldName
- Type: SystemString
Name of field - value
- Type: SystemInt32
true or false
Return Value
Type:
ObjectOld value if it exists, null otherwise
See Also