PhysicalWriterWriteRecordAsync Method
Writes the given record to the PQDIF file.
Namespace: Gemstone.PQDIF.PhysicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.128 -- Release Build+1b345d0ae00b8cec154a675bc1a93c4812c5641f
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)"]