|   | 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.257-beta
 Syntax
SyntaxPublic Sub Write ( 
	observationRecord As ObservationRecord,
	Optional lastRecord As Boolean = false
)
member Write : 
        observationRecord : ObservationRecord * 
        ?lastRecord : bool 
(* Defaults:
        let _lastRecord = defaultArg lastRecord false
*)
-> unit function Write(observationRecord, lastRecord);
Parameters
- 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
See Also