 | INodeWorkerExec method |
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.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxvoid Exec(
TreeParameters treeParameters,
string nodeId,
TreeEvent eventParameters,
bool isResetting
)
Sub Exec (
treeParameters As TreeParameters,
nodeId As String,
eventParameters As TreeEvent,
isResetting As Boolean
)
void Exec(
TreeParameters^ treeParameters,
String^ nodeId,
TreeEvent^ eventParameters,
bool isResetting
)
abstract Exec :
treeParameters : TreeParameters *
nodeId : string *
eventParameters : TreeEvent *
isResetting : bool -> unit
Parameters
- treeParameters TreeParameters
- Parameters valid for the entire tree or null.
- nodeId String
- Id of the node to which the worker belongs.
- eventParameters TreeEvent
- Class with information about the event.
- isResetting Boolean
- True if the worker is to be terminated with a final call (ok message).
See also