Click or drag to resize

Workers class

Dictionary that creates WorkerShell arrays from node id + ":" + TreeEvents formed keys.
Inheritance hierarchy
SystemObject
  LogicalTaskTreeWorkers

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class Workers

The Workers Type exposes the following members.

Properties
 NameDescription of the
Public PropertyKeys Returns the keys from Workers.
Public PropertyValues Returns the values of Workers.
Back to the top
Methods
 NameDescription of the
Public MethodAdd Inserts a WorkerShell array with a node ID + ":" + TreeEventsString formed key in workers.
Public MethodContainsCombinedKey Checks whether Workers belong to a NodeId and TreeEvent composed of NodeId and TreeEvent separated by ":". key contains a WorkerShell array.
Back to the top
See also