 | LogicalTaskTreeSetTopJobList Methode |
Setzt die oberste JobList des Trees.
Returnt die bisher oberste JobList.
Namensraum: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntaxpublic IVishnuNode SetTopJobList(
IVishnuNode topJobList
)
Public Function SetTopJobList (
topJobList As IVishnuNode
) As IVishnuNode
public:
virtual IVishnuNode^ SetTopJobList(
IVishnuNode^ topJobList
) sealed
abstract SetTopJobList :
topJobList : IVishnuNode -> IVishnuNode
override SetTopJobList :
topJobList : IVishnuNode -> IVishnuNode
Parameter
- topJobList IVishnuNode
- Die neue oberste JobList des Trees.
Rückgabewert
IVishnuNodeDie bisher oberste JobList des Trees.
Implementiert
IBusinessLogicRootSetTopJobList(IVishnuNode)
Siehe auch