CreateRecord(RealTimeSetRecord,Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a new record in the RealTime database (RTDB), given a local copy of the new record.
The new record insertion notification will be sent to both the Publisher and the Replication server.
public virtual RealTimeSetRecord CreateRecord(
RealTimeSetRecord record,
int recordNumber
)
public:
virtual RealTimeSetRecord^ CreateRecord(
RealTimeSetRecord^ record,
int recordNumber
)
Parameters
- record
- The local copy of the new record that will be generated.
- recordNumber
- The record number (slot number) to be created. Set it to zero for the next available slot number.
Return Value
The new record number.