Click or drag to resize

WorkersContainsCombinedKey method

Checks whether Workers belong to a NodeId and TreeEvent composed of NodeId and TreeEvent separated by ":". key contains a WorkerShell array.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public bool ContainsCombinedKey(
	
	string node_id
)

Parameters

node_id  String
Id of the node to be checked.

Return value

Boolean
True if Workers contains the key composed of NodeId + ":" + TreeEvent.
See also