 | WorkersContainsCombinedKey method |
Checks whether Workers belong to a NodeId and TreeEvent composed of NodeId and TreeEvent separated by ":".
key contains a WorkerShell array.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool ContainsCombinedKey(
string node_id
)
Public Function ContainsCombinedKey (
node_id As String
) As Boolean
public:
bool ContainsCombinedKey(
String^ node_id
)
member ContainsCombinedKey :
node_id : string -> bool
Parameters
- node_id String
- Id of the node to be checked.
Return value
BooleanTrue if Workers contains the key composed of NodeId + ":" + TreeEvent.
See also