 | LogicalNodeGetTopRootJobList method |
Returns the topmost Root-JobList valid for the node.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic virtual JobList GetTopRootJobList()
Public Overridable Function GetTopRootJobList As JobList
public:
virtual JobList^ GetTopRootJobList()
abstract GetTopRootJobList : unit -> JobList
override GetTopRootJobList : unit -> JobList
Return value
JobListThe topmost Root-JobList valid for the node.
See also