 | SnapshotRefreshSnapshot(LogicalNode, Boolean) Method |
Updates the snapshot from an external XML file.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic void RefreshSnapshot(
LogicalNode mother,
bool isConstructor = false
)
Public Sub RefreshSnapshot (
mother As LogicalNode,
Optional isConstructor As Boolean = false
)
public:
void RefreshSnapshot(
LogicalNode^ mother,
bool isConstructor = false
)
member RefreshSnapshot :
mother : LogicalNode *
?isConstructor : bool
(* Defaults:
let _isConstructor = defaultArg isConstructor false
*)
-> unit
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