WriteShort(RealTimeShortField,Int16,RTChangeNotification) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a field into the locked record.
public virtual void WriteShort(
RealTimeShortField fieldToWrite,
short newValue,
RTChangeNotification notification
)
public:
virtual void WriteShort(
RealTimeShortField^ fieldToWrite,
short newValue,
RTChangeNotification notification
)
Parameters
- fieldToWrite
- The field to write to.
- newValue
- The new value to write into the given field.
- notification
- A change notification for data. When the record is unlocked, a request will be sent to the Publisher or the Replication server depending on this parameter's value.