Version

CreateTaskLink Method

Create a link between the two supplied tasks
Syntax
'Declaration
 
Public Sub CreateTaskLink( _
   ByVal oeLinkType As System.Object, _
   ByVal oTaskArgFrom As System.Object, _
   ByVal oTaskArgTo As System.Object _
) 
public void CreateTaskLink( 
   System.object oeLinkType,
   System.object oTaskArgFrom,
   System.object oTaskArgTo
)
public: void CreateTaskLink( 
   System.Object* oeLinkType,
   System.Object* oTaskArgFrom,
   System.Object* oTaskArgTo
) 

Parameters

oeLinkType
enumerated value representing the type of link to create
oTaskArgFrom
String TaskName or integer index to represent first of the tasks to comprise the link
oTaskArgTo
String TaskName or integer index to represent second of the tasks to comprise the link
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also