DfsFileFlushTimeStep Method |
Flush cached data to the file. This will update the time part of the header information,
but not other parts of the header.
Compared to the Flush method; the Flush will update
statistics of all items (if enabled) and all modifications to the header data.
This method will only update the time part. The Flush method can
be an expensive operations especially for files with many dynamic items. This
method is independent of the file at hand.
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic void FlushTimeStep()
public:
virtual void FlushTimeStep() sealed
abstract FlushTimeStep : unit -> unit
override FlushTimeStep : unit -> unit
Implements
IDfsFileIOFlushTimeStep
See Also