Click or drag to resize

INodeChecker interface

A class that is used as a test process 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 INodeChecker

The INodeChecker Type exposes the following members.

Properties
 NameDescription of the
Public PropertyReturnObject Return object of the checker.
Back to the top
Methods
 NameDescription of the
Public MethodRun This is where the (normally external) work process is carried out (or observed).
Back to the top
Events
 NameDescription of the
Public EventNodeProgressChanged Can be called up if the processing progress has changed. of the checker has changed, but must at least go to the The end of processing can be called up.
Back to the top
See also