Click or drag to resize

IInfoPublisher methods

The IInfoPublisher 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).
(Inherited from IFlushable)
Public MethodPublish(Object) This is used to distribute a new message of type InfoType.Info with sender null.
Public MethodPublish(Object, Object) A new message of type InfoType.Info is distributed via this.
Public MethodPublish(Object, Object, InfoType) A new message is spread via this.
Public MethodShow Ensures that the implementing instance is output/displayed.
(Inherited from IShowable)
Back to the top
See also