PhysicalWriterWriteRecordAsync Method
Writes the given record to the PQDIF file.
Namespace: Gemstone.PQDIF.PhysicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.137 -- Release Build+df551e0f6f2cbede0332d1aaf36d85c431eaccc7
public Task WriteRecordAsync(
Record record,
bool lastRecord = false
)
Public Function WriteRecordAsync (
record As Record,
Optional lastRecord As Boolean = false
) As Task
public:
Task^ WriteRecordAsync(
Record^ record,
bool lastRecord = false
)
function WriteRecordAsync(record, lastRecord);
- record Record
- The record to be written to the file.
- lastRecord Boolean (Optional)
- Indicates whether this record is the last record in the file.
Task[Missing <returns> documentation for "M:Gemstone.PQDIF.Physical.PhysicalWriter.WriteRecordAsync(Gemstone.PQDIF.Physical.Record,System.Boolean)"]