Delegate NotifyNodeDelegate
A delegate used to notify the status of a specific node during node traversal.
Namespace: AkiraNetwork.VirtualStorageLibrary
Assembly: VirtualStorageLibrary.dll
Syntax
public delegate void NotifyNodeDelegate(VirtualPath path, VirtualNode? node)
Parameters
| Type | Name | Description |
|---|---|---|
| VirtualPath | path | The virtual path of the node being notified. |
| VirtualNode | node | The instance of the node being notified. |