TraceSinkSectionHandler class | QSYS API Reference Guide

Handles the configuration section for trace sinks in the application. Implements the interface.

Namespace: ASNA.DataGate.Common Assembly: ASNA.QSys.DataGate.Client.dll

Inheritance: Object

Constructors

Name Description
TraceSinkSectionHandler() Initializes a new instance of the class.

TraceSinkSectionHandler()

Initializes a new instance of the class.

TraceSinkSectionHandler()

Properties

Type Name Description
Boolean AppendValues Gets a value indicating whether to append values in the trace sink section.
String KeyName Gets or sets the key name for the trace sink section.
String ValueName Gets or sets the value name for the trace sink section.

Methods

Signature Description
Create(Object, Object, XmlNode) Creates a new instance of the TraceSinkSectionHandler class.

object Create(object parent, object context, XmlNode section)

Creates a new instance of the TraceSinkSectionHandler class.

object Create(object parent, object context, XmlNode section)

Parameters

Type Parameter name Description
Object parent The parent object.
Object context The context object.
XmlNode section The XML node that contains the configuration information to be handled.

Returns

Type Description
Object A new instance of the TraceSinkSectionHandler class.