<< Click to Display Table of Contents >> Navigation: »No topics above this level« TracePoint Constructor |
Initializes a new instace of a trace point.
[Visual Basic]
Public Sub New( _
ByVal task As Task, _
ByVal name As String _
)
[C#]
Task task,
string name
);
task
The task object used as parent.
name
The name of the trace point.
If the method AddTraceVariable is NOT used to add trace variables, the name will be used as trace variable.
TracePoint Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]