Click or drag to resize

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.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
void Exec(
	
	TreeParameters treeParameters,
	
	string nodeId,
	
	TreeEvent eventParameters,
	
	bool isResetting
)

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