Click or drag to resize

IConsolePaneRenderer Interface

This interface may optionally be implemented by console pane renderers for tighter interaction with the console page.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IConsolePaneRenderer

The IConsolePaneRenderer type exposes the following members.

Properties
  NameDescription
Public propertyCacheDate
Gets the date/time of the operational data cache that was used to populate the renderer. If cached data was NOT used null is returned.
Top
Methods
  NameDescription
Public methodAddHeaderItems
Called when the renderer should normally add header items to the IConsolePane.
Public methodCacheFlush
Commands the renderer to flush its operational data cache (if any).
Top
See Also