|
LogicalWriterWrite(ObservationRecord, Boolean) Method
|
Writes the given observation record, as well as its data source
and monitor settings records if necessary, to the file stream.
Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.205-beta
Syntax member Write :
observationRecord : ObservationRecord *
?lastRecord : bool
(* Defaults:
let _lastRecord = defaultArg lastRecord false
*)
-> unit
function Write(observationRecord, lastRecord);
View SourceParameters
- observationRecord ObservationRecord
- The observation record to be written to the PQDIF file.
- lastRecord Boolean (Optional)
- Indicates whether this observation record is the last record in the file.
See Also