 | LogicalTaskTreeSetTopJobList method |
Sets the topmost JobList of the tree.
Returns the previously topmost JobList.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
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
Parameters
- topJobList IVishnuNode
- The new top JobList of the Tree.
Return value
IVishnuNodeThe top JobList of the Tree so far.
Implemented
IBusinessLogicRootSetTopJobList(IVishnuNode)
See also