TracePoint Constructor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TracePoint Constructor

BR.AN.PviServices .NET


Initializes a new instace of a trace point.

[Visual Basic]

Public Sub New( _

  ByVal task As Task, _

  ByVal name As String _

)

[C#]

TracePoint(

  Task task,

  string name

);

Parameters

task

The task object used as parent.

name

The name of the trace point.

Remarks

If the method AddTraceVariable is NOT used to add trace variables, the name will be used as trace variable.

See Also

TracePoint Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]