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.1.0.0 (2.1)
Syntax
C# |
---|
public abstract Object PutLong( string fieldName, long value ) |
Visual Basic |
---|
Public MustOverride Function PutLong ( _ fieldName As String, _ value As Long _ ) As Object |
Visual C++ |
---|
public: virtual Object^ PutLong( String^ fieldName, long long value ) abstract |