Click or drag to resize

LogicalTaskTreeSetTopJobList method

Sets the topmost JobList of the tree. Returns the previously topmost JobList.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public IVishnuNode SetTopJobList(
	
	IVishnuNode topJobList
)

Parameters

topJobList  IVishnuNode
The new top JobList of the Tree.

Return value

IVishnuNode
The top JobList of the Tree so far.

Implemented

IBusinessLogicRootSetTopJobList(IVishnuNode)
See also