Click or drag to resize

SnapshotRefreshSnapshot(LogicalNode, Boolean) Method

Updates the snapshot from an external XML file.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public void RefreshSnapshot(
	
	LogicalNode mother,
	
	bool isConstructor = false
)

Parameters

mother  LogicalNode
The owning node.
isConstructor  Boolean  (Optional)
Default parameter: if true, the call comes from from the snapshot constructor; default: false.
See also