TaskCollection.Add Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TaskCollection.Add Method

BR.AN.PviServices .NET


Adds a Task object to the collection.

[Visual Basic]

Public Overridable Overloads Sub Add( _

  ByVal task As Task _

)

[C#]

public virtual int Add(

  Task task

);

Parameters

task

Task object

Return Value

Errorcode: 0..OK, otherwise error

See Also

TaskCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]