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