TaskCollection.Remove(Object) Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > TaskCollection Class > TaskCollection Methods > Remove Method >

TaskCollection.Remove(Object) Method

BR.AN.PviServices .NET


Removes the specified item from the collection.

[Visual Basic]

Public Overrides Overloads Sub Remove( _

  ByVal key As Object _

)

[C#]

public override void Remove(

  object key

);

Parameters

key

The key may either be a task object or the name of the task.

See Also

TaskCollection Class | BR.AN.PviServices Namespace | TaskCollection.Remove Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]