Click or drag to resize
DebugConsole Class
This is a convenience class for setting monitoring communication activity on the protocol level.
Inheritance Hierarchy
SystemObject
  Qlik.Engine.CommunicationDebugConsole

Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class DebugConsole : IDisposable

The DebugConsole type exposes the following members.

Constructors
  NameDescription
Public methodDebugConsole
Default constructor usig Out for output.
Public methodDebugConsole(TextWriter)
Constructor accepting TextWriter for output.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Top
See Also