Click or drag to resize

LogicalNodeFindNodeById method

A derivative of LogicalNode can use this to create its own thread cause it to be cancelled.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public virtual LogicalNode? FindNodeById(
	
	string nodeId
)

Parameters

nodeId  String
The ID of the SingleNode to be searched for.

Return value

LogicalNode
The LogicalNode found or null.
See also