Click or drag to resize

IResultWriteBridge Properties

The IResultWriteBridge type exposes the following members.

Properties
  NameDescription
Public propertyFilePath
FilePath specifying the file to read from, write to respectively TODO: Update to be an IConnection instead.
(Inherited from IResultBridge.)
Public propertySecondsBetweenFileFlush
Seconds between flush to file. Set this lower if you need to read the result file while your calculations are running.

Set to zero to disable file flushing.

WARNING: File flush is a potentially expensive operation. Use with care.

Top
See Also