Task Constructor

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Task Class > Task Constructor >

Task Constructor

BR.AN.PviServices .NET


Initializes a new instance of the Task class.

[Visual Basic]

Public Overloads Sub New( _

  ByVal cpu As Cpu, _

  ByVal name As String, _

  ByRef reader As XmlTextReader, _

  ByVal flags As ConfigurationFlags _

)

[C#]

Task(

  Cpu cpu,

  string name,

  ref XmlTextReader reader,

  ConfigurationFlags flags

);

Parameters

cpu

The reference of the parent cpu object.

name

The logical name of the task.

reader

The reference to the XML reader.

flags

The load Flags for the XML reader functions.

See Also

Task Class | BR.AN.PviServices Namespace | Task Constructor Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]