 | NodeConnectorReload method |
Reloads the branch or node.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic override JobList? Reload()
Public Overrides Function Reload As JobList
public:
virtual JobList^ Reload() override
abstract Reload : unit -> JobList
override Reload : unit -> JobList
Return value
JobListThe RootJobList of the newly loaded job.
See also