Click or drag to resize

INodeWorker interface

A class that is used as a worker process (action for TreeEvent, e.g. logical change) should work in an end node of a LogicalTaskTree, must implement this interface.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public interface INodeWorker

The INodeWorker Type exposes the following members.

Methods
 NameDescription of the
Public MethodExec Starts a responsible worker after a defined state has been reached. (TreEvent) in the tree has changed. A separate task is started internally for each Exec.
Back to the top
See also