Click or drag to resize

IFlushable interface

Indicates that the implementing instance is a parameterless method for cleaning up and, if necessary writing away collected information.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public interface IFlushable

The IFlushable Type exposes the following members.

Methods
 NameDescription of the
Public MethodFlush 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