ReadUShort(RealTimeUShortField) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Reads a field from the currently locked record.
[CLSCompliant(false)]
public virtual ushort ReadUShort(
RealTimeUShortField fieldToRead
)
[CLSCompliant(false)]
public:
virtual ushort ReadUShort(
RealTimeUShortField^ fieldToRead
)
Parameters
- fieldToRead
- The field of interest to read.
Return Value
The value read for the specified field.