TraceSinkSectionHandler.Create Method

Definition

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

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.

See Also