Click or drag to resize

IBusinessLogicRootSetTopJobList method

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

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
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.
See also