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