 | IFlushable interface |
Indicates that the implementing instance is a
parameterless method for cleaning up and, if necessary
writing away collected information.
Namespace: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic interface IFlushable
Public Interface IFlushable
public interface class IFlushable
type IFlushable = interface end
The IFlushable Type exposes the following members.
Methods | Name | Description of the |
---|
 | Flush |
Ensures that all pending actions are executed.
e.g. filled intermediate tables (buffers)
are processed (flushed).
|
Back to the top
Remarks
Author: Erik Nagel, NetEti
25.07.2019 Erik Nagel: created
See also